-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1007 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
38
39
40
41
{
"name": "hackdamik",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "prisma generate && prisma migrate deploy",
"watch": "tcs -w",
"start": "vercel dev",
"build": "rimraf dist && tsc",
"ts.check": "tsc --project tsconfig.json",
"add-build": "git add dist",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fireblocks/ts-sdk": "^4.0.0",
"@narval-xyz/armory-sdk": "^0.8.3",
"@prisma/client": "^5.20.0",
"@vercel/postgres": "^0.10.0",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"uuid": "^10.0.0",
"viem": "^2.21.18"
},
"devDependencies": {
"@prisma/client": "^5.20.0",
"@types/express": "^5.0.0",
"@types/node": "^22.7.4",
"@types/uuid": "^10.0.0",
"husky": "^9.1.6",
"nodemon": "^3.1.7",
"prisma": "^5.20.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
}
}