install-nix-action/node_modules/jest-watcher/package.json
Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00

36 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"
}