-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
41
42
{
"name": "lp-changer",
"version": "1.0.0",
"description": "",
"private": true,
"directories": {
"test": "test"
},
"scripts": {
"test": "hardhat test",
"build": "hardhat compile",
"lint:sol": "solhint contracts/**/*.sol",
"fix:sol": "prettier --write 'contracts/**/*.sol'"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^7.0.0",
"@typechain/hardhat": "^2.0.1",
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.2",
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-periphery": "^1.0.0",
"chai": "^4.3.4",
"ethers": "^5.1.4",
"hardhat": "^2.2.1",
"hardhat-log-remover": "^2.0.1",
"hardhat-tracer": "^1.0.0-alpha.6",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^5.0.0",
"typescript": "^4.2.4",
"solhint": "^3.3.4",
"solhint-plugin-prettier": "^0.0.5",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.10"
}
}