{
  "name": "@irim/saber",
  "version": "2.0.0",
  "description": "A toolbox for http connect",
  "repository": {
    "type": "git",
    "url": "git@github.com:huarse/saber.git"
  },
  "type": "module",
  "main": "./lib/index.js",
  "module": "./esm/index.js",
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "lint": "eslint ./src --fix",
    "build:lib": "tsc --outDir lib --module CommonJS --target ES2020",
    "build:esm": "tsc --outDir esm --module ES6 --target ES2020",
    "build": "npm run build:lib && npm run build:esm",
    "prebuild": "npm run lint && npm run clear",
    "dev": "tsc --outDir lib --module CommonJS --target ES2020 --watch",
    "clear": "rm -rf lib esm types",
    "test": "jest",
    "test:watch": "jest --watch --silent",
    "prepare": "husky",
    "prepublishOnly": "npm run build"
  },
  "author": {
    "name": "CAIHUAZHI",
    "email": "huarse@gmail.com"
  },
  "maintainers": [
    {
      "name": "CAIHUAZHI",
      "email": "huarse@gmail.com"
    }
  ],
  "license": "BSD-3-Clause",
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-typescript": "^7.26.0",
    "@commitlint/cli": "~19.7.1",
    "@commitlint/config-conventional": "~19.7.1",
    "@eslint/js": "^9.20.0",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "~8.24.1",
    "@typescript-eslint/parser": "~8.24.1",
    "eslint": "~9.20.1",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.3",
    "globals": "^15.15.0",
    "husky": "~9.1.7",
    "isomorphic-fetch": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.24.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "saber",
    "fetch",
    "request"
  ],
  "files": [
    "lib",
    "esm",
    "types"
  ]
}
