-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.46 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
49
50
51
{
"name": "ruxt-backend",
"version": "1.0.0",
"description": "You know, for cache",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Dexecure/crux-dashboard-backend.git"
},
"author": "Arijit Dasgupta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dexecure/crux-dashboard-backend/issues"
},
"homepage": "https://github.com/Dexecure/crux-dashboard-backend#readme",
"dependencies": {
"@google-cloud/bigquery": "^4.4.0",
"@types/elasticsearch": "^5.0.36",
"@types/express": "^4.17.2",
"@types/rx-node": "0.0.5",
"aws-sdk": "^2.574.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"csv-parse": "^4.8.2",
"elasticsearch": "^16.5.0",
"elasticsearch-sanitize": "^2.0.0",
"express": "^4.17.1",
"express-cache-controller": "^1.1.0",
"express-logging": "^1.1.1",
"http-aws-es": "^6.0.0",
"i18n-iso-countries": "^4.3.1",
"inversify": "^5.0.1",
"inversify-binding-decorators": "^4.0.0",
"lodash": "^4.17.15",
"logops": "^2.1.1",
"moment": "^2.24.0",
"nodemon": "^1.19.4",
"prettier": "^1.19.1",
"redis": "^2.8.0",
"reflect-metadata": "^0.1.13",
"rx-node": "^1.0.2",
"rxjs": "^6.5.3",
"ts-node": "^8.5.2",
"typescript": "3.5.3"
},
"scripts": {
"start": "node ./build/index.js",
"build": "tsc",
"watch": "nodemon --watch src --exec \"tsc; node ./build/index.js\""
}
}