{
  "name": "local-cypress",
  "version": "1.2.8",
  "description": "Use Cypress without global objects",
  "main": "index.js",
  "types": "index.d.ts",
  "private": false,
  "files": [
    "index.*",
    "postinstall.js"
  ],
  "scripts": {
    "test": "cypress run",
    "cy:open": "cypress open",
    "build": "tsc",
    "watch": "tsc -w",
    "postinstall": "node ./postinstall",
    "semantic-release": "semantic-release",
    "lint": "tsc --project cypress/tsconfig.json"
  },
  "keywords": [
    "cypress",
    "cypress-utility"
  ],
  "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "14.14.22",
    "cypress": "9.7.0",
    "prettier": "2.2.1",
    "semantic-release": "19.0.5",
    "typescript": "4.1.3"
  },
  "dependencies": {
    "debug": "4.4.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bahmutov/local-cypress.git"
  }
}
