generated from KEI-finance/contracts-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
43
44
{
"name": "@kei.fi/proxy-contracts",
"version": "1.0.0-rc.3",
"author": "KEI finance",
"license": "UNLICENSED",
"exports": {
"./typechain/ethers-v6": {
"import": "./typechain/ethers-v6/index.js",
"require": "./typechain/ethers-v6/index.js",
"typings": "./typechain/ethers-v6/index.d.ts"
},
"./typechain/ethers-v5": {
"import": "./typechain/ethers-v5/index.js",
"require": "./typechain/ethers-v5/index.js",
"typings": "./typechain/ethers-v5/index.d.ts"
},
"./deployments.json": {
"import": "./deployments.json",
"require": "./deployments.json"
},
".": {
"import": "./utils/index.js",
"require": "./utils/index.js",
"typings": "./utils/index.ts"
}
},
"scripts": {
"prepublish": "make"
},
"devDependencies": {
"@typechain/ethers-v5": "^11.1.2",
"@typechain/ethers-v6": "^0.5.1",
"@types/node": "^22.7.5",
"gts": "^6.0.2",
"typechain": "^8.3.2",
"typescript": "^5.6.3"
},
"peerDependencies": {
"ethers": ">=5.0.0"
},
"dependencies": {
"forge-utils": "^0.2.9"
}
}