-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
35 lines (35 loc) · 875 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
{
"name": "hsm2eth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "Wazen Shbair",
"license": "MIT",
"dependencies": {
"@adyen/api-library": "^3.2.3",
"@truffle/hdwallet-provider": "^1.0.35",
"assert": "^2.0.0",
"child_process": "^1.0.2",
"compression": "^1.7.4",
"config": "^3.2.1",
"crypto": "^1.0.1",
"dotenv": "^8.0.0",
"ethereumjs-util": "^6.2.0",
"ethereumjs-wallet": "^1.0.0",
"express": "^4.17.1",
"graphene-pk11": "^2.3.0",
"mongoose": "^5.7.5",
"node-reel": "^1.0.12",
"nodemon": "^2.0.2",
"required": "^1.0.0",
"sha1": "^1.1.1",
"truffle-hdwallet-provider": "^1.0.17",
"unirest": "^0.6.0",
"util": "^0.12.3",
"web3": "^1.3.5"
}
}