-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 837 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": "resourse-relocator",
"version": "1.0.0",
"description": "NextGIS Web resource relocator",
"main": "server.ts",
"scripts": {
"build-server": "npx tsc",
"start": "node dist/server.js",
"install-all": "npm i --force && npm i --force --prefix frontend",
"build": "npm run build --prefix frontend && npm run build-server"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nextgis/ngw-kit": "^1.16.8",
"@nextgis/ngw-uploader": "^1.16.8",
"@types/geojson": "^7946.0.10",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"morgan": "^1.10.0",
"typescript": "^5.1.3"
},
"devDependencies": {
"@nextgis/ngw-connector": "^1.16.8",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
"@types/node": "^20.3.1",
"nodemon": "^2.0.22"
}
}