mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-12 18:19:45 -06:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "@cypress/eslint-plugin-dev",
|
|
"version": "0.0.0-development",
|
|
"description": "Common ESLint rules shared by Cypress development-only packages",
|
|
"main": "./lib",
|
|
"scripts": {
|
|
"lint": "eslint --ext .js,json,.eslintrc .",
|
|
"lint-changed": "node ./lib/scripts/lint-changed",
|
|
"lint-fix": "npm run lint -- --fix",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "3.5.5",
|
|
"chalk": "^2.4.2",
|
|
"eslint-rule-composer": "^0.3.0",
|
|
"lodash": "^4.17.15",
|
|
"shelljs": "^0.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.22.0",
|
|
"eslint-plugin-json-format": "^2.0.0",
|
|
"eslint-plugin-mocha": "^8.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"jest": "^24.8.0",
|
|
"jest-cli": "^24.8.0",
|
|
"sinon": "^7.3.2",
|
|
"sinon-chai": "^3.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": ">= 1.11.0",
|
|
"@typescript-eslint/parser": ">= 1.11.0",
|
|
"babel-eslint": "^7.2.3",
|
|
"eslint": ">= 3.2.1",
|
|
"eslint-plugin-json-format": ">= 2.0.0",
|
|
"eslint-plugin-mocha": "^4.11.0",
|
|
"eslint-plugin-react": "^7.22.0"
|
|
},
|
|
"bin": {
|
|
"lint-changed": "./lib/scripts/lint-changed.js",
|
|
"lint-pre-commit": "./lib/scripts/lint-pre-commit.js"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cypress-io/cypress.git"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress/tree/master/npm/eslint-plugin-dev#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Feslint-plugin-dev&template=bug-report.md"
|
|
},
|
|
"keywords": [
|
|
"cypress",
|
|
"eslint",
|
|
"eslintplugin"
|
|
]
|
|
} |