Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 1 | { |
| 2 | "name": "vid-cli", |
| 3 | "version": "0.0.0", |
Ittay Stern | 2daf667 | 2019-04-10 13:38:16 +0300 | [diff] [blame] | 4 | "license": "Apache-2.0", |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 5 | "scripts": { |
| 6 | "cypress:open": "cypress open", |
| 7 | "cypress": "cypress open --config baseUrl=http://localhost:8080/vid ", |
| 8 | "cypress:run": "cypress run", |
| 9 | "cypress:headless": "cypress run --config baseUrl=http://localhost:8080/vid " |
| 10 | }, |
| 11 | "private": true, |
| 12 | "dependencies": {}, |
| 13 | "devDependencies": { |
| 14 | "@bahmutov/add-typescript-to-cypress": "2.0.0", |
Ittay Stern | f792671 | 2019-07-07 19:23:03 +0300 | [diff] [blame] | 15 | "@types/lodash": "4.14.121", |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 16 | "cypress": "^3.1.0", |
Einat Vinouze | e1f7974 | 2019-08-27 16:01:01 +0300 | [diff] [blame] | 17 | "typescript": "3.1.6", |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 18 | "rxjs": "^6.3.3", |
| 19 | "rxjs-compat": "^6.3.3" |
| 20 | } |
| 21 | } |