-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.13 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": "deceteam-contracts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy-dao-factories-local": "npx hardhat run --network local scripts/deploy-dao-factories.ts",
"deploy-dev-tokens-local": "npx hardhat run --network local scripts/deploy-development-tokens.ts",
"send-tokens-to-dao-local": "npx hardhat run --network local scripts/send-to-dao.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": ">=18.10.0"
},
"devDependencies": {
"@babel/register": "^7.22.5",
"@faker-js/faker": "^8.0.2",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@openzeppelin/contracts": "^4.9.3",
"dotenv": "^16.3.1",
"hardhat": "^2.14.0",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.37",
"hardhat-gas-reporter": "^1.0.9",
"pino": "^8.15.0",
"pino-pretty": "^10.2.0",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.0.5"
}
}