package.json
609 字节
{
"name": "job-executor-hemera",
"version": "1.0.6",
"description": "xxl-job execution framework for nodejs",
"main": "build/index.js",
"scripts": {
"start": "node ./build/index.js",
"watch": "tsc -w",
"compile": "tsc"
},
"author": "harvey",
"license": "ISC",
"dependencies": {
"axios": "^1.9.0",
"body-parser": "^2.2.0",
"express": "^5.1.0",
"job-executor": "git+http://git.ydniu.cn/zhanghw/job-executor.git#master",
"lodash": "^4.17.21",
"nats-hemera": "^7.0.2"
},
"devDependencies": {
"@types/node": "^22.4.1",
"typescript": "^5.8.3"
}
}