-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.3 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
{
"name": "webaverse",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "echo \"Error: No main file specified\" && exit 1",
"test": "npx hardhat test"
},
"author": "Webaverse",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.3.2",
"@openzeppelin/test-helpers": "^0.5.13",
"@truffle/hdwallet-provider": "^1.5.1",
"@types/node": "14.14.35",
"chai": "^4.3.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"ganache-cli": "^6.12.2",
"hardhat": "^2.6.5",
"jsdoc": "^3.6.7",
"mocha": "^9.1.2",
"node-gyp": "^8.2.0",
"openzeppelin-contracts": "^4.0.0",
"truffle": "^5.4.13",
"truffle-hdwallet-provider": "^1.0.17",
"typescript": "4.2.3",
"verify-on-etherscan": "^1.2.1",
"web3": "^1.5.3"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.4.1",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"config": "^3.3.6"
}
}