-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "urban-brussels-api",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"tsc": "tsc",
"build": "tsc",
"lint": "eslint . --ext .ts",
"start": "tsc && node -r esm ./build/app.js",
"dev": "ts-node-dev -r esm --respawn --transpile-only ./src/app.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "The Guardians of Heritage",
"license": "MIT",
"devDependencies": {
"@types/better-sqlite3": "^5.4.0",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.7",
"@types/node": "^14.0.27",
"@types/uuid": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint": "^7.4.0",
"ts-node-dev": "^1.0.0-pre.56",
"typescript": "^3.9.6"
},
"dependencies": {
"@types/express": "^4.17.7",
"@types/geojson": "^7946.0.7",
"axios": "^0.19.2",
"better-sqlite3": "^7.1.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-cache-controller": "^1.1.0",
"tsmediator": "^0.1.5",
"uuid": "^8.3.0"
}
}