-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
45 lines (45 loc) · 1.08 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
45
{
"name": "@curvefi/api",
"version": "2.65.21",
"description": "JavaScript library for curve.fi",
"main": "lib/index.js",
"author": "Macket",
"license": "MIT",
"private": false,
"engines": {
"node": "22"
},
"repository": {
"type": "git",
"url": "git+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",
"lint": "eslint src --ext .ts"
},
"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",
"@curvefi/ethcall": "6.0.7",
"ethers": "^6.11.0",
"memoizee": "^0.4.15"
}
}