-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.34 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.34 KB
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
62
63
64
65
66
67
68
69
70
71
{
"name": "dao-contracts",
"version": "1.0.11",
"description": "Smart Contracts for Rootstock DAO",
"repository": "git@github.com:rootstockcollective/dao-contracts.git",
"author": "RootstockLabs",
"license": "MIT",
"scripts": {
"compile": "npx hardhat compile",
"clean": "hardhat clean",
"lint:ts": "eslint 'test/**/*.ts'",
"lint:sol": "solhint 'contracts/**/*.sol'",
"lint": "yarn lint:ts && yarn lint:sol",
"test": "npx hardhat test"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@eslint/json": "^0.11.0",
"@eslint/markdown": "^6.3.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-ignition": "^0.15.11",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.10",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.13",
"@nomicfoundation/ignition-core": "^0.15.11",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^5.2.1",
"@types/eslint__js": "^9.14.0",
"@types/fs-extra": "^11.0.4",
"@types/mocha": ">=10.0.10",
"@types/node": ">=22.15.3",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.31.1",
"bigint-crypto-utils": "^3.3.0",
"chai": "^5.2.0",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.5",
"ethers": "^6.13.5",
"globals": "^16.0.0",
"hardhat": "^2.22.19",
"hardhat-gas-reporter": "^2.2.2",
"prettier": "^3.5.3",
"prettier-plugin-solidity": "^1.4.2",
"solhint": "^5.0.5",
"solidity-coverage": "^0.8.14",
"ts-node": ">=8.0.0",
"typechain": "^8.3.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.28.0"
},
"dependencies": {
"dotenv": "^16.4.7",
"fs-extra": "^11.3.0",
"rif-token-contracts": "https://github.com/Freshenext/RIF-Token"
},
"resolutions": {
"ws": "8.17.1",
"cross-spawn": "7.0.5",
"elliptic": "6.6.1",
"micromatch": "4.0.8",
"cookie": "0.7.0",
"serialize-javascript": "6.0.2"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}