{
  "name": "kaoqin-services",
  "version": "2.0.4",
  "description": "考勤系统服务库 (重构版 - 支持n8n webhook)",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && babel src -d dist",
    "prepare": "npm run build",
    "prepublishOnly": "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",
    "n8n",
    "webhook",
    "notification",
    "clock-in",
    "work"
  ],
  "author": "刘晓晨",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaochen/kaoqin.git"
  },
  "homepage": "https://github.com/xiaochen/kaoqin#readme",
  "bugs": {
    "url": "https://github.com/xiaochen/kaoqin/issues"
  },
  "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"
  }
}
