-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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": "digital-rights-maykr",
"authors": "Neftyr And MarkizOrias",
"version": "0.0.1",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.8.1",
"@chainlink/contracts": "^0.5.1",
"@pinata/sdk": "^1.1.23",
"hardhat-gas-reporter": "^1.0.7",
"solidity-coverage": "^0.7.18",
"hardhat-deploy": "^0.10.5",
"ethereum-waffle": "^3.4.0",
"nft.storage": "^6.0.1",
"prettier": "^2.5.1",
"erc721a": "^4.2.3",
"dotenv": "^16.0.0",
"hardhat": "^2.9.0",
"ethers": "^5.5.4",
"path": "^0.12.7",
"mime": "^3.0.0",
"chai": "^4.3.4",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^4.0.0",
"@types/node": "^17.0.13",
"@types/mocha": "^9.1.0",
"@types/chai": "^4.3.0",
"@types/mime": "3.0.4",
"cross-env": "^7.0.2",
"typechain": "^7.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"scripts": {
"test": "hardhat test",
"test-staging": "hardhat test",
"coverage": "hardhat coverage",
"slither": "slither . --solc-remaps '@=node_modules/@' --exclude naming-convention,external-function,low-level-calls"
}
}