-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.25 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
44
45
46
47
48
{
"name": "DEMO",
"version": "1.0.0",
"description": "Alert Delivery System",
"main": "server.js",
"scripts": {
"start": "node ./dist/server.js",
"build": "npm run s1 && npm run s2",
"s1": "tsc -p ./dev/tsconfig.json",
"s2": "node ./dev/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "naveen.maheswaran",
"license": "ISC",
"dependencies": {
"@types/body-parser": "^1.17.0",
"@types/cookie-parser": "^1.4.1",
"@types/redis": "^2.8.13",
"@types/request": "^2.48.2",
"bindings": "^1.5.0",
"body-parser": "^1.19.0",
"browser-sync": "^2.26.12",
"cassandra-driver": "^4.6.0",
"class-validator": "^0.10.2",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"guid-typescript": "^1.0.9",
"kafka-node": "^4.1.3",
"kafka-streams": "5.0.0",
"moment": "^2.24.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"tslib": "^1.10.0",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
},
"devDependencies": {
"@types/cors": "^2.8.5",
"@types/express": "^4.16.0",
"@types/node": "~10.1.4",
"cors": "^2.8.5",
"nodemon": "^2.0.4",
"ts-node": "~6.1.1",
"tslint": "~5.10.0",
"typescript": "~2.7.2"
}
}