orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
63 lines (62 loc) • 1.49 kB
JSON
{
"name": "jest-cli",
"description": "Painless JavaScript Testing.",
"version": "16.0.2",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^1.4.0",
"callsites": "^2.0.0",
"chalk": "^1.1.1",
"graceful-fs": "^4.1.6",
"is-ci": "^1.0.9",
"istanbul-api": "^1.0.0-aplha.10",
"istanbul-lib-coverage": "^1.0.0",
"istanbul-lib-instrument": "^1.1.1",
"jest-changed-files": "^16.0.0",
"jest-config": "^16.0.2",
"jest-environment-jsdom": "^16.0.2",
"jest-file-exists": "^15.0.0",
"jest-haste-map": "^16.0.2",
"jest-jasmine2": "^16.0.2",
"jest-mock": "^16.0.2",
"jest-resolve": "^16.0.2",
"jest-resolve-dependencies": "^16.0.2",
"jest-runtime": "^16.0.2",
"jest-snapshot": "^16.0.2",
"jest-util": "^16.0.2",
"json-stable-stringify": "^1.0.0",
"node-notifier": "^4.6.1",
"sane": "~1.4.1",
"strip-ansi": "^3.0.1",
"throat": "^3.0.0",
"which": "^1.1.1",
"worker-farm": "^1.3.1",
"yargs": "^5.0.0"
},
"bin": {
"jest": "./bin/jest.js"
},
"engines": {
"node": ">= 4"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest"
},
"scripts": {
"test": "./bin/jest.js"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"homepage": "http://facebook.github.io/jest/",
"keywords": [
"facebook",
"jest",
"test",
"unit",
"jasmine",
"mock"
],
"license": "BSD-3-Clause"
}