-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 828 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 828 Bytes
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
{
"name": "space-cats-full-stack",
"version": "1.0.0",
"private": true,
"description": "",
"directories": {
"doc": "docs"
},
"scripts": {
"test:frontend": "cd packages/frontend && npm test",
"test:backend": "cd packages/backend && npm test",
"start:frontend": "cd packages/frontend && npm start",
"start:backend": "cd packages/backend && npm start",
"install:all": "npm install && cd packages/frontend && npm install && cd ../backend && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cbfacademy/full-stack-javascript.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cbfacademy/full-stack-javascript/issues"
},
"homepage": "https://github.com/cbfacademy/full-stack-javascript#readme"
}