-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 979 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
33
34
{
"name": "anthill-contracts",
"version": "1.0.0",
"description": "Disclaimer: Demo app.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"verify": "hardhat run hardhat/verify.ts",
"lint": "solhint \"**/*.sol\" --fix && prettier --write \"**/*.{js,json,md,sol,ts,yaml}\"",
"fix": "prettier --write \"**/*.{js,json,md,sol,ts,yaml}\"",
"encodeLogs": "ts-node hardhat/logs.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@matterlabs/hardhat-zksync": "^1.0.0",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@matterlabs/prettier-config": "^1.0.3",
"prettier": "^3.3.2",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^5.0.1"
}
}