-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.01 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
{
"name": "graphlinq_contracts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "forge build",
"typechain": "typechain --target ethers-v6 --out-dir typechain-types $(find ./out -name '*.json' ! -name 'strings.json' ! -name 'Errors.json' ! -name 'IQuoter.json' ! -name 'Math.json' ! -name 'safeconsole.json' ! -path './out/build-info/*') --show-stack-traces"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unforkableco/graphlinq_contracts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/unforkableco/graphlinq_contracts/issues"
},
"homepage": "https://github.com/unforkableco/graphlinq_contracts#readme",
"devDependencies": {
"@typechain/ethers-v6": "^0.5.1",
"typechain": "^8.3.2"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@uniswap/v3-periphery": "^1.4.4"
}
}