-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.62 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "altverse-service",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/Altverse-Compute/Altverse-Service#readme",
"bugs": {
"url": "https://github.com/Altverse-Compute/Altverse-Service/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Altverse-Compute/Altverse-Service.git"
},
"license": "LGPL-3.0-only",
"author": "EtherCD",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"start": "bun run ./src",
"prisma:gen": "prisma generate",
"proto:gen": "NODE_OPTIONS=\"--no-experimental-webstorage\" buf generate"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^2.12.0",
"@types/bun": "^1.3.14",
"@types/dotenv": "^8.2.3",
"@types/node": "^25.9.3",
"@types/node-forge": "^1.3.14",
"buf": "^0.1.1",
"dotenv": "^17.2.3",
"node-forge": "^1.4.0",
"nodemon": "^3.1.11",
"pino-pretty": "^13.1.3",
"selfsigned": "^5.5.0",
"tsc": "^2.0.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@bufbuild/protobuf": "^2.12.0",
"@connectrpc/connect": "^2.1.2",
"@connectrpc/connect-fastify": "^2.1.2",
"@connectrpc/validate": "^0.2.0",
"@fastify/cookie": "^11.0.2",
"@fastify/cors": "^11.2.0",
"@fastify/formbody": "^8.0.2",
"@fastify/helmet": "^13.0.2",
"@fastify/rate-limit": "^10.3.0",
"@grpc.ts/fastify-server": "1.1.5",
"@grpc/proto-loader": "^0.8.0",
"@prisma/client": "^6.9.0",
"argon2": "^0.44.0",
"fastify": "^5.6.2",
"fastify-plugin": "^6.0.0",
"pino": "^10.1.0",
"prisma": "6.9.0"
}
}