-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 787 Bytes
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": "backend",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/body-parser": "^1.19.6",
"@types/bun": "latest",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/hdkey": "^2.1.0",
"axios": "^1.10.0"
},
"peerDependencies": {
"typescript": "4.*"
},
"dependencies": {
"@dfinity/agent": "2.4.1",
"@dfinity/identity": "2.4.1",
"@dfinity/principal": "2.4.1",
"bip39": "^3.1.0",
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"hdkey": "^2.1.0",
"pg": "^8.16.3",
"pg-hstore": "^2.3.4",
"redis": "^5.6.0",
"sequelize": "^6.37.7",
"sequelize-typescript": "^2.1.6",
"sqlite3": "^5.1.7"
}
}