{
  "name": "@normalizex/1inch-api-v4",
  "version": "1.3.0",
  "description": "library targeting v4 of the 1inch DeFi aggregator API.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "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 && webpack",
    "prepublish": "npm run build"
  },
  "keywords": [
    "web3",
    "axios",
    "1inch",
    "api",
    "wrapper",
    "defi",
    "blockchain",
    "https",
    "async"
  ],
  "dependencies": {
    "axios": "^0.27.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "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.3",
    "url": "^0.11.0",
    "util": "^0.12.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}
