-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.54 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
56
{
"name": "erc721astaker",
"version": "0.1.0",
"description": "NFT (ERC721A) Soft Staker",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"test:gas": "REPORT_GAS=true npx hardhat test",
"deploy": "npx hardhat deploy",
"node": "npx hardhat node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rtility/ERC721AStaker.git"
},
"keywords": [
"NFT",
"ERC721A",
"Staker"
],
"author": "Rtility",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rtility/ERC721AStaker/issues"
},
"homepage": "https://github.com/Rtility/ERC721AStaker#readme",
"devDependencies": {
"@atixlabs/hardhat-time-n-mine": "^0.0.5",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.1.3",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@rari-capital/solmate": "^6.4.0",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^4.0.0",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.0",
"@types/node": "^18.11.13",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"erc721a": "4.2.3",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.7.2",
"hardhat": "^2.12.4",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "^9.2.1",
"prettier": "2.8.0",
"prettier-plugin-solidity": "1.0.0",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"typechain": "^7.0.0",
"typescript": "^4.9.4",
"web3": "^1.8.1"
}
}