Eran (ev672n), Vosk | 98402fb | 2018-08-06 15:26:20 +0300 | [diff] [blame] | 1 | { |
| 2 | "name": "src", |
| 3 | "version": "1.0.0", |
| 4 | "description": "", |
| 5 | "main": "index.js", |
| 6 | "scripts": { |
| 7 | "cy:run": "cypress run", |
| 8 | "cy:open": |
| 9 | "cypress open --config baseUrl=http://localhost:4300/#/ --env backendUrl=http://localhost:8446/", |
| 10 | "cy:report": "cypress run --reporter mochawesome", |
| 11 | "cy:only": "stop-only cypress", |
| 12 | "cy:verify": "cypress verify", |
| 13 | "precommit": "pretty-quick --staged" |
| 14 | }, |
| 15 | "keywords": [], |
| 16 | "author": "", |
| 17 | "license": "ISC", |
| 18 | "dependencies": { |
| 19 | "cypress": "^2.1.0", |
| 20 | "cypress-testing-library": "^2.2.0", |
| 21 | "mocha": "^5.2.0", |
| 22 | "mochawesome": "^3.0.2" |
| 23 | }, |
| 24 | "devDependencies": { |
| 25 | "cypress-testing-library": "^2.2.0", |
| 26 | "husky": "^0.14.3", |
| 27 | "prettier": "^1.12.1", |
| 28 | "pretty-quick": "^1.5.1", |
| 29 | "stop-only": "^1.2.1" |
| 30 | } |
| 31 | } |