-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 874 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 874 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
28
29
30
31
{
"name": "gfdb-site",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"frontend-install": "npm install --prefix gfdb-frontend",
"start": "node server.js",
"server": "nodemon server.js",
"gfdb-frontend": "npm start --prefix gfdb-frontend",
"dev": "concurrently \"npm run server\" \"npm run gfdb-frontend\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/gfdb/gfdb-site.git"
},
"keywords": [],
"author": "",
"license": "GPL 2",
"bugs": {
"url": "https://github.com/gfdb/gfdb-site/issues"
},
"homepage": "https://github.com/gfdb/gfdb-site#readme",
"dependencies": {
"concurrently": "^7.0.0",
"express": "^4.17.3",
"package.json": "^2.0.1"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}