package.json 500 字节
{
  "name": "job-executor",
  "version": "1.0.0",
  "description": "",
  "main": "build/index.js",
  "scripts": {
    "start": "node ./build/index.js",
    "watch": "tsc -w",
    "compile": "tsc"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.9.0",
    "job-executor": "git+http://git.ydniu.cn/zhanghw/job-executor.git#HEAD"
  },
  "devDependencies": {
    "@types/node": "^22.4.1",
    "express": "^5.1.0",
    "typescript": "^5.8.3",
    "body-parser": "^2.2.0"
  }
}