mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
37 lines
725 B
JSON
37 lines
725 B
JSON
{
|
|
"name": "@jest/console",
|
|
"version": "25.5.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-console"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@jest/types": "^25.5.0",
|
|
"chalk": "^3.0.0",
|
|
"jest-message-util": "^25.5.0",
|
|
"jest-util": "^25.5.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
|
|
}
|