-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.38 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"run": "ts-node orchestrator.ts",
"dev": "ts-node-dev --transpile-only --poll --respawn orchestrator.ts",
"compile": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "cross-env TZ=UTC NODE_ENV=development tsnd --inspect --respawn workers/MunkeltWorker.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hpcc-js/wasm": "^1.5.2",
"@types/amqplib": "^0.5.16",
"@types/minio": "^7.0.7",
"@types/mongoose": "^5.10.2",
"@types/node": "^14.14.10",
"@types/pg": "^7.14.7",
"@types/seedrandom": "^2.4.28",
"amqplib": "^0.6.0",
"aws-sdk": "^2.806.0",
"axios": "^0.21.4",
"dotenv": "^8.2.0",
"huggingface": "^1.3.0",
"minio": "^7.0.18",
"mongoose": "^5.11.5",
"node": "^15.3.0",
"pg": "^8.5.1",
"pgsql-ast-parser": "^11.0.0",
"rabbitmq-rpc-wrapper": "^0.2.6",
"randexp": "^0.5.3",
"reflect-metadata": "^0.1.13",
"seedrandom": "^3.0.5",
"simplex-noise": "^2.4.0",
"tau-prolog": "^0.3.1",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"tslint": "^6.1.3",
"typescript": "^4.1.2"
}
}