{
  "name": "@lx-frontend/multi-ajax",
  "version": "0.2.11",
  "description": "一个规范Ajax使用的框架",
  "author": "lichao.franklee <lichao.franklee@gmail.com>",
  "homepage": "",
  "license": "ISC",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git@gitlab.lixinio.com:frontend/lx-basic.git"
  },
  "scripts": {
    "build": "pnpm clean && tsc",
    "build:test": "npm run build -- --sourceMap false --inlineSourceMap true",
    "clean": "rimraf lib",
    "postinstall": "node build/scripts/patch-axios-post-install.js",
    "clean:coverage": "rimraf coverage",
    "test": "npm run clean:coverage && jest"
  },
  "dependencies": {
    "axios": "1.3.4",
    "object-hash": "^3.0.0",
    "qs": "^6.10.1",
    "resolve": "^1.22.2"
  },
  "devDependencies": {
    "@jest/globals": "^29.5.0",
    "@types/object-hash": "^3.0.2",
    "@types/qs": "^6.9.7",
    "jest": "^29.5.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.9.5"
  }
}
