forked from Normalizex/1inch-api-v4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 859 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
43
{
"name": "@normalizex/1inch-api-v4",
"version": "1.2.6",
"description": "library targeting v4 of the 1inch DeFi aggregator API.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"engines": {
"node": ">=11.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Normalizex/1inch-api-v4"
},
"homepage": "https://github.com/Normalizex/1inch-api-v4#readme",
"author": "Normalizex",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"keywords": [
"web3",
"axios",
"1inch",
"api",
"wrapper",
"defi",
"blockchain",
"https",
"async"
],
"dependencies": {
"axios": "^0.27.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^4.6.3"
}
}