You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1023 B

{
"name": "jest-watch-select-projects",
"version": "2.0.0",
"main": "src/index.js",
"author": "Rogelio Guzman <rogelioguzmanh@gmail.com>",
"description": "An experimental ESLint runner for Jest",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rogeliog/jest-watch-select-projects.git"
},
"homepage": "https://github.com/rogeliog/jest-watch-select-projects",
"files": [
"src/"
],
"scripts": {
"test": "echo No tests are set up",
"lint": "eslint .",
"format": "prettier --single-quote --trailing-comma all --write \"**/*.js\""
},
"dependencies": {
"ansi-escapes": "^4.3.0",
"chalk": "^3.0.0",
"prompts": "^2.2.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.13.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
}
}