-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "crypto-goons",
"author": "Molly Beach",
"version": "0.0.0",
"description": "cryptogoons contracts",
"keywords": [
"hardhat",
"waffle",
"solidity",
"smart-contracts",
"ethereum",
"ether",
"eth",
"buidler",
"wow"
],
"license": "MIT",
"private": true,
"scripts": {
"prepare": "husky install",
"test": "npx hardhat test",
"lotto" : "yarn run hardhat deploy-lottery --network localhost"
},
"lint-staged": {
"*.{js,ts,sol}": [
"prettier --write"
]
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.1",
"@solidstate/contracts": "^0.0.23",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.2",
"hardhat-abi-exporter": "^2.3.0",
"hardhat-docgen": "^1.1.2",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-spdx-license-identifier": "^2.0.3",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"mocha": "^9.1.3",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.17",
"solidity-coverage": "^0.7.17"
},
"dependencies": {
"chai-bn": "^0.3.0",
"fs": "^0.0.1-security"
}
}