blob: b872e61e4bf6c07dba35ae14e614c63a6e15d928 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "vid-cli",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"cypress:open": "cypress open",
"cypress": "cypress open --config baseUrl=http://localhost:8080/vid ",
"cypress:run": "cypress run",
"cypress:headless": "cypress run --config baseUrl=http://localhost:8080/vid "
},
"private": true,
"dependencies": {},
"devDependencies": {
"@bahmutov/add-typescript-to-cypress": "2.0.0",
"cypress": "^3.1.0",
"typescript": "2.9.2",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3"
}
}
|