UNPKG

@bahmutov/cy-api

Version:
70 lines (69 loc) 1.77 kB
{ "name": "@bahmutov/cy-api", "version": "2.2.8", "description": "Custom command cy.api", "main": "dist/index.js", "types": "dist/types.d.ts", "files": [ "/dist/*" ], "scripts": { "badges": "npx -p dependency-version-badge update-badge cypress", "test": "cypress run", "cy:open": "cypress open", "start": "node -r @bahmutov/all-logs ./server", "e2e": "start-test 3003", "dev": "start-test 3003 cy:open", "semantic-release": "semantic-release", "stop-only": "stop-only --folder cypress", "warn-only": "stop-only --warn --folder cypress", "build": "tsc", "build:watch": "tsc --watch" }, "repository": { "type": "git", "url": "https://github.com/bahmutov/cy-api.git" }, "keywords": [ "cypress", "cypress-io", "cy-api" ], "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com> (https://glebbahmutov.com/)", "license": "MIT", "bugs": { "url": "https://github.com/bahmutov/cy-api/issues" }, "homepage": "https://github.com/bahmutov/cy-api#readme", "devDependencies": { "@bahmutov/all-logs": "1.8.1", "@types/node": "^17.0.18", "cypress": "13.16.0", "cypress-map": "^1.43.0", "debug": "4.4.0", "express": "4.17.1", "husky": "3.1.0", "prettier": "^2.8.1", "semantic-release": "^24.2.0", "start-server-and-test": "2.0.9", "stop-only": "3.1.0", "typescript": "4.5.4" }, "peerDependencies": { "cypress": ">=3" }, "dependencies": { "@types/common-tags": "1.8.4", "common-tags": "1.8.2", "highlight.js": "11.4.0" }, "publishConfig": { "access": "public" }, "husky": { "hooks": { "pre-commit": "npm run warn-only", "pre-push": "npm run stop-only && npm run e2e" } } }