forked from marlinprotocol/Avail_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 925 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 925 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
35
36
37
{
"name": "kalypso-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "npm run build && node dist/index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/mocha": "^10.0.1",
"@types/node-fetch": "^2.6.11",
"@types/node-gzip": "^1.1.0",
"dotenv": "^16.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@types/node": "^20.4.5",
"bcrypt": "^5.1.1",
"bignumber.js": "^9.1.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"ethers": "^6.6.6",
"express": "^4.18.2",
"ioredis": "^5.4.1",
"kalypso-sdk": "^1.0.26",
"node-gzip": "^1.1.2"
}
}