-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 993 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
35
36
37
{
"name": "topcoder-dynamo-access-layer",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build:proto": "node bin/proto",
"build:app": "rimraf dist && tsc -b",
"build": "yarn build:proto && yarn build:app",
"start": "ts-node-dev --respawn --transpile-only src/app.ts"
},
"keywords": [],
"author": "Rakib Ansary <[email protected]>",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.183.0",
"@aws-sdk/util-dynamodb": "^3.183.0",
"@grpc/grpc-js": "^1.7.1",
"topcoder-proto-registry": "0.1.0",
"@topcoder-framework/lib-common": "0.24.0",
"dotenv": "^16.0.3",
"grpc-server-reflection": "^0.1.5",
"lodash": "^4.17.21"
},
"volta": {
"typescript": "5.2.2",
"node": "20.8.0",
"yarn": "1.22.19"
},
"devDependencies": {
"@types/node": "^18.11.17",
"rimraf": "^4.1.2",
"ts-node-dev": "^2.0.0",
"ts-proto": "^1.126.1",
"typescript": "^5.2.2"
}
}