{
  "name": "easy-api-client",
  "version": "1.1.1",
  "author": "pddon.cn",
  "homepage": "https://pddon.cn",
  "description": "开源项目服务端api框架easy-spring-boot-api的typescript客户端api对接工具包",
  "private": false,
  "scripts": {
    "test": "jest",
    "test:w": "jest --watchAll",
    "test:c": "jest --coverage",
    "buildTs": "tsc",
    "prepublishOnly": "npm run buildTs",
    "build": "webpack --config webpack.config.js",
    "push": "npm publish"
  },
  "dependencies": {
    "axios": "^1.6.7",
    "crypto-js": "^4.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@types/jest": "^29.5.12",
    "babel-loader": "^9.1.3",
    "core-js": "^3.36.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "ts-jest": "^29.1.2",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.2",
    "webpack": "^5.90.3",
    "webpack-cli": "^5.1.4"
  },
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": ["lib"],
  "repository": {
    "type": "git",
    "url": "https://github.com/pddon/"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "api",
    "http",
    "ajax",
    "promise",
    "node",
    "client",
    "popularmvc",
    "springboot"
  ],
  "license": "MIT"
}
