forked from georgeroman/balancer-v2-pools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 920 Bytes
/
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": "@georgeroman/balancer-v2-pools",
"version": "0.0.5",
"scripts": {
"prepublishOnly": "tsc",
"test": "hardhat test"
},
"keywords": [
"balancer",
"v2",
"simulation"
],
"author": "George Roman",
"license": "MIT",
"dependencies": {
"bignumber.js": "^9.0.1",
"ethers": "^5.2.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0"
},
"devDependencies": {
"@balancer-labs/v2-deployments": "^2.1.3",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/mocha": "^8.2.2",
"@types/node": "^15.6.1",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.3.0",
"hardhat": "^2.3.0",
"ts-node": "^10.0.0",
"typescript": "^4.2.4"
},
"publishConfig": {
"access": "public"
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/**/*"
]
}