{
  "name": "akita",
  "version": "1.3.2",
  "description": "Http client for NodeJs / browser and WeChat, based on fetch()",
  "main": "lib/node.js",
  "browser": "lib/client.js",
  "miniprogram": "lib",
  "types": "index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "cross-env DEBUG=akita* tape test/ts.js",
    "cover": "cross-env DEBUG=akita* c8 tape test/ts.js",
    "eslint": "eslint",
    "eslint:fix": "eslint --fix",
    "prettier": "prettier -l src/** test/**",
    "prettier:fix": "prettier --write -l src/** test/**",
    "fix": "yarn eslint:fix && yarn prettier:fix",
    "prepublish": "npm run test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liangxingchen/akita.git"
  },
  "author": {
    "name": "Liang",
    "email": "liang@miaomo.cn",
    "url": "https://github.com/liangxingchen"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liangxingchen/akita/issues"
  },
  "homepage": "https://github.com/liangxingchen/akita#readme",
  "resolutions": {
    "globals": "15.13.0",
    "whatwg-url": "14.1.0"
  },
  "dependencies": {
    "debug": "^4.4.3",
    "form-data": "^4.0.5",
    "node-fetch": "^2.7.0",
    "qs": "^6.15.2",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@types/busboy": "^0.2.4",
    "@types/debug": "^4.1.13",
    "@types/koa-router": "^7.4.9",
    "@types/node": "^24.13.1",
    "@types/tape": "^5.8.1",
    "@typescript-eslint/eslint-plugin": "^8.60.1",
    "@typescript-eslint/parser": "^8.60.1",
    "babel-eslint": "^10.1.0",
    "busboy": "^0.3.1",
    "cross-env": "^10.1.0",
    "eslint": "^10.4.1",
    "koa": "^3.2.1",
    "koa-bodyparser": "^4.4.1",
    "koa-qs": "^3.0.0",
    "koa-router": "^14.0.0",
    "c8": "^10.1.3",
    "prettier": "^3.8.3",
    "tape": "^5.9.0",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3"
  }
}
