-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.13 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
46
47
48
49
50
51
52
{
"name": "@normalizex/0x-api-swap",
"version": "1.1.4",
"description": "library targeting of the 0x DeFi aggregator API.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=11.0.0"
},
"scripts": {
"build": "tsc && webpack",
"prepublish": "npm run build"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Normalizex/0x-api-swap.git"
},
"homepage": "https://github.com/Normalizex/0x-api-swap#readme",
"author": "Normalizex",
"license": "MIT",
"keywords": [
"web3",
"axios",
"0x",
"api",
"wrapper",
"defi",
"blockchain",
"https",
"async"
],
"devDependencies": {
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.3.1",
"typescript": "^4.6.4",
"util": "^0.12.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"axios": "^0.27.2"
}
}