-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 923 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
27
28
29
30
{
"name": "localmap",
"version": "1.0.0",
"description": "Intended for recording people's stories about places on the map.",
"main": "index.html",
"scripts": {
"local": "cypress run --env site=local",
"live" : "cypress run --env site=live",
"hlocal": "cypress run --env site=local --headed",
"hlive" : "cypress run --env site=live --headed",
"open" : "cypress open --e2e --browser chrome",
"openlive": "cypress open --e2e --browser chrome --env site=live"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alancameronwills/localmap.git"
},
"author": "Alan Cameron Wills",
"license": "ISC",
"bugs": {
"url": "https://github.com/alancameronwills/localmap/issues"
},
"homepage": "https://github.com/alancameronwills/localmap#readme",
"devDependencies": {
"cypress-file-upload": "^5.0.8"
},
"dependencies": {
"cypress": "^10.7.0"
}
}