-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.38 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
{
"name": "authenticity",
"version": "0.0.1",
"scripts": {
"test": "hardhat test",
"testDebug": "cross-env DEBUG=true npx hardhat test",
"gasCost": "cross-env REPORT_GAS=true npx hardhat test",
"coverage": "hardhat coverage",
"coverage:clean": "rimraf coverage* && hardhat clean",
"compile": "hardhat compile",
"remixd": "remixd -s ./ -u https://remix.ethereum.org",
"deployLocal": "npm run compile && start npx hardhat node && timeout /t 5 /nobreak > NUL && hardhat run scripts/deployLocal.ts --network localhost"
},
"keywords": [],
"author": "skarard <skarard@gmail.com> (https://skarard.xyz)",
"license": "MIT",
"repository": "github:skarad/authenticity",
"devDependencies": {
"@anders-t/ethers-ledger": "^1.0.4",
"@defi-wonderland/smock": "^2.3.4",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@openzeppelin/hardhat-upgrades": "^1.22.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@remix-project/remixd": "^0.6.9",
"@types/chai": "^4.3.4",
"@types/mocha": "^9.1.1",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"hardhat": "^2.12.4",
"merkletreejs": "^0.3.9",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.4"
}
}