-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.08 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
{
"name": "ss13-nft",
"version": "1.0.0",
"description": "smart contracts for ss13 nft",
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile --config hardhat.compile.config.ts",
"typechain": "typechain --target ethers-v5",
"fork:eth": "dotenv -e .env npx hardhat node --fork https://mainnet.infura.io/v3/%INFURA_PROJECT_ID%"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.4",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/contracts": "^4.2.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.7",
"chai": "^4.2.0",
"dotenv": "^10.0.0",
"dotenv-cli": "^4.0.0",
"ethereum-waffle": "^3.0.0",
"ethereumjs-util": "^7.1.0",
"ethereumjs-wallet": "^1.0.1",
"ethers": "^5.0.0",
"hardhat": "^2.5.0",
"solidity-coverage": "^0.7.17",
"ts-node": "^10.1.0",
"typechain": "^5.1.2",
"typescript": "^4.3.5"
}
}