-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 848 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
{
"name": "fortaxes",
"version": "1.0.0",
"description": "This script was made for tax purposes. Input your wallet and a timeStamp (in Epoch) and you will see the entire inventory of your ETH wallet at that timeStamp. Enjoy :)",
"main": "walletAnalyser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"abi-decoder": "^2.4.0",
"args-parser": "^1.3.0",
"dotenv": "^16.0.1",
"ethers": "^5.6.9",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.6",
"web3": "^1.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dewindtk/ETHwalletProfiler.git"
},
"bugs": {
"url": "https://github.com/dewindtk/ETHwalletProfiler/issues"
},
"homepage": "https://github.com/dewindtk/ETHwalletProfiler#readme"
}