-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 934 Bytes
/
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
{
"name": "captcha",
"version": "0.1.0",
"description": "Pay per session contracts",
"scripts": {
"test": "npx hardhat test",
"typechain": "hardhat typechain",
"prettier": "prettier --write ."
},
"keywords": [],
"author": "@stoicdev0",
"license": "Apache-2.0",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"ethers": "^5.6.9",
"hardhat": "^2.12.2",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.20",
"solhint": "^3.3.7",
"solidity-coverage": "^0.8.2",
"typescript": "^4.8.3"
}
}