-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 1011 Bytes
/
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
{
"name": "rnode-hydra",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"app": "ts-node src/index",
"start": "npm run app -- server:start",
"start:debug": "APP_FRAMEWORK_DEBUG=true npm start",
"config": "ts-node src/index app:config",
"build": "tsc",
"clean": "rimraf rnode-grpc-gen dist dist-module dist-types dist-docs",
"clean:all": "rimraf rnode-grpc-gen dist dist-module dist-types dist-docs node_modules",
"ts-node": "ts-node",
"postinstall": "rnode-grpc --rnode-version v0.12.4"
},
"author": "",
"dependencies": {
"@deepkit/framework": "^1.0.1-alpha.60",
"@grpc/grpc-js": "^1.5.0",
"@tgrospic/rnode-grpc-js": "^0.10.0",
"amqplib": "^0.8.0",
"elliptic": "^6.5.4"
},
"devDependencies": {
"@types/amqplib": "^0.8.2",
"@types/elliptic": "^6.4.14",
"@types/node": "17.0.5",
"grpc-tools": "^1.11.2",
"protobufjs": "^6.11.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}