37 lines
867 B
JSON
37 lines
867 B
JSON
{
|
|
"name": "jest-watcher",
|
|
"description": "Delightful JavaScript Testing.",
|
|
"version": "24.9.0",
|
|
"main": "build/index.js",
|
|
"dependencies": {
|
|
"@jest/test-result": "^24.9.0",
|
|
"@jest/types": "^24.9.0",
|
|
"@types/yargs": "^13.0.0",
|
|
"ansi-escapes": "^3.0.0",
|
|
"chalk": "^2.0.1",
|
|
"jest-util": "^24.9.0",
|
|
"string-length": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ansi-escapes": "^3.0.0",
|
|
"@types/string-length": "^2.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest",
|
|
"directory": "packages/jest-watcher"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"homepage": "https://jestjs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
|
|
}
|