-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1022 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1022 Bytes
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
{
"name": "@yield-sync/sdk",
"version": "0.0.58",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yield-sync/sdk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yield-sync/sdk/issues"
},
"homepage": "https://github.com/yield-sync/sdk#readme",
"description": "",
"dependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-solhint": "^3.0.0",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@yield-sync/governance": "^0.0.39",
"@yield-sync/utilities": "^0.0.6",
"chai": "^4.4.1",
"dotenv": "^16.0.1",
"ethers": "^5.7.2",
"hardhat": "^2.22.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}