jest-watch-suspend
Version:
Suspend watch mode
52 lines (51 loc) • 1.29 kB
JSON
{
"name": "jest-watch-suspend",
"description": "Suspend watch mode",
"version": "1.1.2",
"keywords": [
"jest",
"jest-watch-plugins",
"testing",
"tooling"
],
"homepage": "https://github.com/unional/jest-watch-suspend",
"bugs": {
"url": "https://github.com/unional/jest-watch-suspend/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/unional/jest-watch-suspend.git"
},
"license": "MIT",
"author": {
"name": "Homa Wong (unional)",
"email": "homawong@gmail.com"
},
"files": [
"lib"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rimraf lib",
"dc": "npm run dependency-check",
"dependency-check": "dependency-check . --unused --no-dev -i jest && dependency-check . --missing --no-dev",
"lint": "tslint -p tsconfig.json",
"test": "jest",
"verify": "npm run lint && npm run build && npm run dependency-check && jest --coverage",
"watch": "jest --watch"
},
"dependencies": {
"chalk": "^2.4.2",
"unpartial": "^0.6.1"
},
"devDependencies": {
"@unional/devpkg-node": "^1.3.0",
"assertron": "^7.0.1",
"jest": "^24.8.0"
},
"peerDependencies": {
"jest": ">=23"
}
}