-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 964 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
{
"name": "nds",
"version": "1.0.0",
"description": "A distributed cluster based DB",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "nnlgsakib",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.14",
"@types/node": "^18.11.18",
"@types/ws": "^8.5.3",
"commander": "^11.0.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"elliptic": "^6.5.4",
"express": "^4.18.2",
"file-type": "^16.5.4",
"keccak256": "^1.0.6",
"level": "^7.0.1",
"merkletreejs": "^0.4.1",
"multer": "^1.4.5-lts.1",
"winston": "^3.8.2",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/crypto-js": "^4.2.2",
"@types/elliptic": "^6.4.18",
"@types/level": "^6.0.3",
"@types/multer": "^1.4.12",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}