forked from mauridevops/bridge-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.77 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
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node build/index.js",
"dev": "tsc && nodemon src/index.ts",
"build": "tsc",
"test": "NODE_ENV=dev mocha --check-leaks -r tsconfig-paths/register -r ts-node/register \"test/**/*.spec.ts\""
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/js-base64": "^3.3.1",
"@types/mocha": "^9.1.1",
"@types/ws": "^8.2.2",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"mocha": "^10.0.0",
"nodemon": "^2.0.15",
"prisma": "^3.8.1",
"ts-node": "^10.8.1"
},
"dependencies": {
"@elrondnetwork/erdjs": "^5.0.1",
"@elrondnetwork/transaction-decoder": "^0.1.0",
"@mikro-orm/core": "^4.5.10",
"@mikro-orm/mongodb": "^4.5.10",
"@taquito/rpc": "^12.0.0",
"@taquito/taquito": "^11.2.0",
"@taquito/utils": "^12.0.0",
"@types/cors": "^2.8.12",
"@types/node-cron": "^3.0.1",
"@types/web3": "^1.2.2",
"@vechain/connex-driver": "^2.0.10",
"@vechain/connex-framework": "^2.0.10",
"algosdk": "^1.15.0",
"axios": "^0.26.0",
"bignumber.js": "^9.0.2",
"bottleneck": "^2.19.5",
"cors": "^2.8.5",
"csv-stringify": "^6.0.5",
"dotenv": "^14.3.2",
"elegant-pair": "^1.0.1",
"ethers": "^5.5.3",
"express": "^4.17.2",
"google-spreadsheet": "^3.2.0",
"js-base64": "^3.7.2",
"moment": "^2.29.1",
"mongodb": "^4.7.0",
"node-cron": "^3.0.0",
"sib-api-v3-sdk": "^8.2.1",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"tronweb": "^4.2.0",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.5.5",
"web3": "^1.7.3",
"ws": "^8.4.2",
"xpnet-web3-contracts": "git+https://github.com/XP-NETWORK/XP.network-HECO-Migration.git#dist-erc1155"
}
}