forked from curvefi/curve-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1022 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
{
"name": "@curvefi/api",
"version": "2.43.0",
"description": "JavaScript library for curve.fi",
"main": "lib/index.js",
"author": "Macket",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/curvefi/curve-js.git"
},
"bugs": {
"url": "https://github.com/curvefi/curve-js/issues"
},
"scripts": {
"build": "rm -rf lib && tsc -p tsconfig.build.json"
},
"type": "module",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/memoizee": "^0.4.7",
"@types/mocha": "^10.0.1",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.20.0",
"babel-eslint": "^10.1.0",
"chai": "^4.3.7",
"eslint": "^7.32.0",
"mocha": "^10.2.0",
"typescript": "^4.5.2",
"vue-eslint-parser": "^7.6.0"
},
"dependencies": {
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"ethcall": "^6.0.1",
"ethers": "^6.3.0",
"memoizee": "^0.4.15"
}
}