-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 832 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 832 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
{
"name": "metaverse-vm-scraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^5.5.2",
"axios": "^0.21.1",
"ethereumjs-tx": "^2.1.2",
"ethers": "^5.4.3",
"web3": "^1.5.1"
},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.11",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"scripts": {
"start": "ts-node src/index",
"inject": "ts-node src/inject",
"inrange": "ts-node src/inject_range",
"infile": "ts-node src/inject_file",
"infile2": "ts-node src/inject_file2",
"send": "ts-node src/sendtx",
"seal": "ts-node src/manual_seal",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}