-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "wfil",
"version": "0.0.0",
"description": "ERC20 implementation of the $FIL token",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"deploy": "npx hardhat --network wallaby deploy",
"local-node": "anvil",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Schwartz10/wfil.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Schwartz10/wfil.git/issues"
},
"homepage": "https://github.com/Schwartz10/wfil.git#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"hardhat": "^2.11.2",
"hardhat-preprocessor": "^0.1.5"
},
"dependencies": {
"@babel/runtime": "^7.19.4",
"@ethereumjs/common": "^3.0.0",
"@ethereumjs/tx": "^4.0.0",
"@glif/filecoin-address": "^2.0.18",
"@glif/filecoin-rpc-client": "^2.0.8",
"@glif/filecoin-wallet-provider": "^2.0.18",
"@ipld/dag-cbor": "^7.0.3",
"ethereumjs-tx": "^2.1.2",
"hardhat-deploy": "^0.11.18",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"tsconfig-paths": "^4.1.0"
}
}