-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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
{
"name": "stonks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"build": "tsc",
"clean": "tsc --build --clean",
"server": "GRPC_VERBOSITY=DEBUG GRPC_TRACE=all node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dietzy1/stonks.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dietzy1/stonks/issues"
},
"homepage": "https://github.com/dietzy1/stonks#readme",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/google-protobuf": "^3.15.6",
"@types/mysql": "^2.15.21",
"@types/node": "^18.11.18",
"grpc_tools_node_protoc_ts": "^5.3.2",
"grpc-tools": "^1.12.3",
"typescript": "^4.9.4"
},
"dependencies": {
"@bufbuild/connect-node": "^0.7.0",
"@bufbuild/protoc-gen-connect-web": "^0.7.0",
"@bufbuild/protoc-gen-es": "^1.0.0",
"@grpc/grpc-js": "^1.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mongodb": "4.13",
"mysql": "^2.18.1",
"playwright": "^1.30.0",
"protoc-gen-grpc-js": "^0.4.0",
"ts-proto": "^1.138.0",
"tsc-watch": "^6.0.0"
}
}