forked from Synthetixio/erc7412
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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": "erc7412",
"version": "0.1.15",
"description": "",
"main": "dist/src/index.js",
"scripts": {
"build": "forge build && tsc",
"test": "node ./test/client.mjs",
"test:redstone": "node ./test/redstone.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Synthetixio/erc7412.git"
},
"files": [
"dist/**"
],
"keywords": [
"ethereum"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Synthetixio/erc7412/issues"
},
"homepage": "https://github.com/Synthetixio/erc7412#readme",
"dependencies": {
"@redstone-finance/evm-connector": "^0.3.6",
"@redstone-finance/sdk": "^0.3.6",
"@usecannon/cli": "^2.5.0",
"node-fetch": "^2.6.12",
"typechain": "^8.3.1",
"viem": "^1.5.3"
},
"peerDependencies": {
"@pythnetwork/pyth-evm-js": "^1.25.0",
"@pythnetwork/pyth-sdk-solidity": "^2.2.1"
},
"devDependencies": {
"@types/node-fetch": "^2.6.4",
"ethers": "^5.7.2",
"typescript": "^5.1.6"
}
}