{
  "name": "kaoqin-services",
  "version": "1.0.2",
  "description": "考勤系统服务库",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && babel src -d dist",
    "prepare": "npm run build",
    "version": "git add -A src",
    "postversion": "git push && git push --tags",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "kaoqin",
    "services",
    "attendance"
  ],
  "author": "你的名字",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "你的git仓库地址"
  },
  "homepage": "你的项目主页",
  "bugs": {
    "url": "你的bug提交页面"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "axios": "^1.3.4",
    "dayjs": "^1.11.7",
    "kaoqin-utils": "^1.0.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.0",
    "@babel/core": "^7.21.4",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/preset-env": "^7.21.4",
    "babel-plugin-module-resolver": "^5.0.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "babel-plugin-transform-remove-debugger": "^6.9.4",
    "babel-preset-minify": "^0.5.2"
  }
}
