github-pages-deploy-action/node_modules/@jest/console/package.json

26 lines
546 B
JSON
Raw Normal View History

2020-01-28 12:58:23 +08:00
{
"name": "@jest/console",
"version": "25.1.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",
"dependencies": {
"@jest/source-map": "^25.1.0",
"chalk": "^3.0.0",
"jest-util": "^25.1.0",
"slash": "^3.0.0"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}