forked from pandafy/NM394_FreshlyBuilt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 830 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
{
"name": "dementors-sih-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"client": "npm start --prefix client",
"clientinstall": "npm install --prefix client",
"dev": "concurrently \"npm run start\" \"npm run client\"",
"heroku-postbuild": "npm install --prefix client && npm run build --prefix client"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/geojson-rewind": "^0.5.0",
"compression": "^1.7.4",
"concurrently": "^5.2.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"geobuf": "^3.0.2",
"geojson": "^0.5.0",
"jsonpack": "^1.1.5",
"knex": "^0.21.2",
"knex-postgis": "^0.12.0",
"pbf": "^3.2.1",
"pg": "^8.3.0"
}
}