forked from planetarium/NineChronicles.Bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
46
47
48
49
{
"name": "9c-relay-bridge",
"version": "0.0.0",
"private": true,
"scripts": {
"compile": "prisma generate; graphql-codegen; tsc",
"start": "npx tsx ./src/index.ts",
"codegen": "prisma generate; graphql-codegen"
},
"type": "commonjs",
"description": "Custodial tx bridge for Nine Chronicles networks",
"repository": "https://github.com/planetarium/NineChronicles.Bridge",
"author": "Swen Mun <[email protected]>",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@biomejs/biome": "1.3.3",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.7",
"@types/node": "^20.5.9",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.5.4"
},
"dependencies": {
"@planetarium/account": "^3.7.0",
"@planetarium/account-aws-kms": "^3.7.0",
"@planetarium/bencodex": "^0.2.2",
"@planetarium/tx": "^3.7.0",
"@prisma/client": "^5.6.0",
"@sentry/node": "^7.76.0",
"@slack/web-api": "^6.10.0",
"@urql/core": "^4.2.0",
"@urql/exchange-retry": "^1.2.0",
"async-mutex": "^0.4.0",
"axios": "^1.6.0",
"decimal.js": "^10.4.3",
"dotenv": "^16.3.1",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"prisma": "^5.6.0",
"sentry": "^0.1.2",
"subscriptions-transport-ws": "^0.11.0",
"tsx": "^3.12.7",
"zod": "^3.22.4"
},
"packageManager": "[email protected]"
}