{
  "name": "cn-request",
  "version": "1.0.44",
  "description": "菜鸟前端统一请求库",
  "author": "牛尔",
  "email": "wanli.hewl@alibaba-inc.com",
  "repository": {
    "type": "git"
  },
  "main": "./dist/index.js",
  "scripts": {
    "posttest": "eslint .",
    "build": "node node_modules/rollup/bin/rollup -c"
  },
  "dependencies": {
    "axios": "^0.26.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/src",
    "/dist",
    "index.d.ts"
  ],
  "license": "MIT",
  "devDependencies": {
    "@alife/cone-cli-plugin-serve": "^0.1.3",
    "ava": "^0.13.0",
    "eslint": "^5.13",
    "nyc": "^6.1.1",
    "rollup": "^0.52.3",
    "rollup-plugin-typescript2": "^0.10.0",
    "typescript": "^2.6.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
