local-cypress
Version:
Use Cypress without global objects
42 lines (41 loc) • 932 B
JSON
{
"name": "local-cypress",
"version": "1.2.6",
"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.3",
"typescript": "4.1.3"
},
"dependencies": {
"debug": "4.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/local-cypress.git"
}
}