-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "notifier2",
"version": "1.0.3",
"description": "Next Generation of Wilma Plus Notifier",
"main": "build/server.js",
"scripts": {
"test": "tsc --project ./ && env-cmd node build/tests/tests.js",
"build": "tsc --project ./",
"production": "tsc --project ./tsconfig.production.json",
"start": "tsc --project ./ && env-cmd node build/server.js"
},
"keywords": [],
"author": "",
"license": "GPL-2.0",
"repository": "https://github.com/wilmaplus/notifier2",
"dependencies": {
"body-parser": "^1.19.0",
"console-stamp": "^0.2.9",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"firebase-admin": "^9.4.2",
"mysql2": "^2.2.5",
"needle": "^2.6.0",
"reflect-metadata": "^0.1.13",
"retry": "^0.12.0",
"sequelize": "^6.5.0",
"sequelize-typescript": "^2.0.0",
"uuid": "^8.3.2",
"worker-farm": "^1.7.0"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/needle": "^2.5.1",
"@types/node": "^14.14.22",
"@types/retry": "^0.12.0",
"@types/uuid": "^8.3.0",
"@types/validator": "^13.1.3",
"env-cmd": "^10.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}