-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 897 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
31
32
{
"name": "bears-team-5",
"version": "1.0.0",
"description": "PWA",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd client && npm start",
"build": "cd client && npm run build",
"precommit": "cd client && npm run lint",
"prepush": "cd client && npm run lint",
"cypress": "cypress open",
"cypress:all": "cypress run",
"server": "cd server && npm start",
"dev-server": "cd server && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-voyage5/Bears-Team-5.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/chingu-voyage5/Bears-Team-5/issues"
},
"homepage": "https://github.com/chingu-voyage5/Bears-Team-5#readme",
"devDependencies": {
"cypress": "^2.1.0",
"husky": "^0.14.3",
"nodemon": "^1.17.5"
}
}