UNPKG

eslint-plugin-cypress

Version:
50 lines (49 loc) 1.25 kB
{ "name": "eslint-plugin-cypress", "version": "4.2.0", "description": "An ESLint plugin for projects using Cypress", "main": "legacy.js", "exports": { ".": "./legacy.js", "./flat": "./lib/flat.js" }, "author": "Cypress-io", "license": "MIT", "keywords": [ "eslint", "eslintplugin", "cypress" ], "repository": { "type": "git", "url": "git+https://github.com/cypress-io/eslint-plugin-cypress.git" }, "bugs": { "url": "https://github.com/cypress-io/eslint-plugin-cypress/issues" }, "homepage": "https://github.com/cypress-io/eslint-plugin-cypress#readme", "peerDependencies": { "eslint": ">=9" }, "dependencies": { "globals": "^15.11.0" }, "devDependencies": { "eslint": "^9.13.0", "eslint-plugin-eslint-plugin": "^6.3.1", "eslint-plugin-mocha": "^10.5.0", "husky": "^9.1.6", "jest": "^29.7.0", "semantic-release": "24.2.0" }, "scripts": { "lint": "eslint \"*.js\" \"**/**/*.js\"", "lint-fix": "npm run lint -- --fix", "semantic-release": "semantic-release", "start": "npm run test-watch", "test": "jest", "test:legacy": "jest --config jest.config-legacy.js", "test-watch": "jest --watchAll", "prepare": "husky" } }