-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 1.81 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "d-wallet-api",
"version": "1.0.2",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"test": "node_modules/.bin/mocha",
"lint": "eslint . --fix; prettier --write \"**/*.js\""
},
"dependencies": {
"@aave/protocol-js": "^3.1.0",
"@project-serum/borsh": "^0.2.2",
"@project-serum/serum": "^0.13.60",
"@solana/spl-token": "^0.1.8",
"@solana/spl-token-registry": "^0.2.286",
"@solana/web3.js": "^1.30.2",
"axios": "^0.24.0",
"bignumber.js": "^9.0.1",
"bip32": "^2.0.6",
"bip39": "^3.0.4",
"bitcoin-core": "^3.0.0",
"bitcoinjs-lib": "^5.2.0",
"buffer-layout": "^1.2.2",
"check-env": "^1.3.0",
"cookie-parser": "~1.4.6",
"cors": "^2.8.5",
"date-utils": "^1.2.21",
"debug": "~4.3.2",
"dotenv": "^10.0.0",
"ed25519-hd-key": "^1.2.0",
"ethereumjs-tx": "2.1.2",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.4.7",
"etherscan-api": "^10.0.5",
"express": "~4.17.1",
"gmail-send": "^1.8.14",
"http-errors": "~1.8.1",
"ipfs-http-client": "^53.0.1",
"keythereum": "^1.2.0",
"mongoose": "^5.13.8",
"morgan": "~1.10.0",
"multer": "^1.4.3",
"node-fetch": "^2.6.5",
"pug": "3.0.2",
"raydium-ui": "^1.0.0",
"stellar-hd-wallet": "0.0.10",
"stellar-sdk": "^9.1.0",
"tronweb": "^3.2.7",
"tweetnacl": "^1.0.3",
"web3": "^1.6.1",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5",
"xdr-parser": "^1.0.8"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"lodash-es": "^4.17.21",
"mocha": "^9.1.3",
"nodemon": "^2.0.14",
"prettier": "^2.4.1",
"supertest": "^6.1.6"
}
}