-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 804 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "docker-with-cypress-included-code-coverage-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel server index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahmutov/docker-with-cypress-included-code-coverage-example.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bahmutov/docker-with-cypress-included-code-coverage-example/issues"
},
"homepage": "https://github.com/bahmutov/docker-with-cypress-included-code-coverage-example#readme",
"devDependencies": {
"@cypress/code-coverage": "2.0.0",
"parcel-bundler": "1.12.4",
"start-server-and-test": "1.10.11"
}
}