-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
61 lines (61 loc) · 1.91 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
57
58
59
60
61
{
"name": "@rmrk-team/evm-contracts",
"version": "2.5.3",
"license": "Apache-2.0",
"files": [
"contracts/RMRK/*",
"contracts/implementations/*"
],
"scripts": {
"test": "hardhat typechain && hardhat test",
"coverage": "hardhat typechain && NODE_OPTIONS='--max-old-space-size=8192' hardhat coverage",
"typechain": "hardhat typechain",
"prettier": "prettier --write .",
"prepare:commit": "hardhat dodoc && prettier --write ."
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.3",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.3",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.7",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"chai": "^4.4.1",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^6.10.0",
"hardhat": "^2.19.4",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.9",
"prettier": "^3.2.4",
"prettier-plugin-solidity": "^1.3.1",
"rimraf": "^5.0.5",
"solc": "0.8.21",
"solidity-coverage": "0.8.6-sha1.0",
"squirrelly": "^9.0.0",
"ts-node": "11.0.0-beta.1",
"typechain": "^8.3.2",
"typescript": "^5.3.3",
"walk-sync": "^3.0.0"
}
}