PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/eslint-plugin-cypress

Просмотр файла: package.json

{
  "name": "eslint-plugin-cypress",
  "version": "2.15.2",
  "description": "An ESLint plugin for projects using Cypress",
  "main": "index.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": ">= 3.2.1"
  },
  "dependencies": {
    "globals": "^13.20.0"
  },
  "devDependencies": {
    "@cypress/eslint-plugin-dev": "3.2.0",
    "@cypress/eslint-plugin-json": "3.2.1",
    "eslint": "^5.7.0",
    "husky": "^8.0.3",
    "jest": "^24.8.0",
    "semantic-release": "19.0.3"
  },
  "scripts": {
    "lint": "eslint \"*.js\" \"**/**/*.js\"",
    "lint-fix": "npm run lint -- --fix",
    "semantic-release": "semantic-release",
    "start": "yarn run test-watch",
    "test": "jest",
    "test:v4": "npm i eslint@4.x && npm run test",
    "test:v6": "npm i eslint@6.x && npm run test",
    "test-watch": "jest --watchAll",
    "prepare": "husky install"
  },
  "jest": {
    "testMatch": [
      "**/tests/**/*.js"
    ]
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!