-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 872 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
{
"name": "nasa-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install-server": "npm install --prefix server",
"install-client": "npm install --prefix client",
"install": "npm run install-server & npm run install-client",
"server": "npm run watch --prefix server",
"client": "npm start --prefix client",
"watch": "concurrently \"npm run server\" \"npm run client\"",
"test": "npm run test --prefix server & npm run test --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Easyvipin/Exoplanets.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Easyvipin/Exoplanets/issues"
},
"homepage": "https://github.com/Easyvipin/Exoplanets#readme",
"devDependencies": {
"concurrently": "^7.3.0"
}
}