-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 KB
/
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
33
34
35
36
37
{
"name": "cypher",
"version": "1.0.0",
"description": "management website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"client": "npm start --prefix client",
"deploy": "npm run build --prefix client && npm run server",
"server": "npm run dev --prefix server",
"watch": "npm run server & npm run client",
"install-client": "npm install --prefix client",
"install-server": "npm install --prefix server",
"install": "npm run install-server && npm run install-client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a-s-t-e-y-a/cypher.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/a-s-t-e-y-a/cypher/issues"
},
"homepage": "https://github.com/a-s-t-e-y-a/cypher#readme",
"devDependencies": {
"nodemon": "^2.0.20"
},
"dependencies": {
"body-parser": "^1.20.1",
"client": "^0.0.1",
"express": "^4.18.2",
"mongoose": "^6.6.5",
"react-use-cart": "^1.13.0"
}
}