forked from zeldamods/radar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 767 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 767 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
{
"name": "botwradar",
"version": "1.0.0",
"description": "",
"scripts": {
"tsc": "tsc",
"prod": "node ./app/app.js",
"dev": "ts-node-dev --respawn --transpile-only ./app/app.ts"
},
"author": "leoetlino <leo@leolam.fr>",
"license": "GPL-2.0-or-later",
"repository": "https://github.com/zeldamods/radar",
"dependencies": {
"better-sqlite3": "^7.5.3",
"cors": "^2.8.5",
"crc-32": "^1.2.2",
"express": "^4.18.1",
"js-yaml": "^4.1.0",
"minimist": "^1.2.6",
"response-time": "^2.3.2",
"typescript": "^4.6.4"
},
"devDependencies": {
"@types/better-sqlite3": "^7.5.0",
"@types/express": "^4.17.13",
"@types/glob": "^7.2.0",
"@types/response-time": "^2.3.5",
"ts-node-dev": "^1.1.8"
}
}