UNPKG

koatty_schedule

Version:
107 lines (106 loc) 3.39 kB
{ "name": "koatty_schedule", "version": "3.3.2", "description": "Schedule for koatty.", "scripts": { "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp", "build:cp": "node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/", "build:js": "npx rollup --bundleConfigAsCjs -c .rollup.config.js", "build:doc": "npx api-documenter markdown --input temp --output docs/api", "build:dts": "npx tsc && npx api-extractor run --local --verbose", "eslint": "eslint --ext .ts,.js ./", "lock": "npm i --package-lock-only", "prepublishOnly": "npm test && npm run build && git push --follow-tags origin master", "prerelease": "npm test && npm run build", "release:minor": "npm run release -- --release-as minor", "release:major": "npm run release -- --release-as major", "release": "standard-version", "release:pre": "npm run release -- --prerelease", "test": "npm run eslint && jest --passWithNoTests", "test:cov": "jest --collectCoverage --detectOpenHandles", "version": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "main": "./dist/index.js", "exports": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "repository": { "type": "git", "url": "git+https://github.com/thinkkoa/koatty_schedule.git" }, "keywords": [ "schedule", "koatty", "thinkkoa" ], "engines": { "node": ">10.0.0" }, "author": { "name": "richenlin", "email": "richenlin@gmail.com" }, "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/thinkkoa/koatty_schedule/issues" }, "homepage": "https://github.com/thinkkoa/koatty_schedule", "maintainers": [ { "name": "richenlin", "email": "richenlin@gmail.com" } ], "devDependencies": { "@commitlint/cli": "^19.x.x", "@commitlint/config-conventional": "^19.x.x", "@microsoft/api-documenter": "^7.x.x", "@microsoft/api-extractor": "^7.x.x", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-json": "^6.x.x", "@rollup/plugin-node-resolve": "^15.x.x", "@types/jest": "^29.x.x", "@types/koa": "^2.x.x", "@types/lodash": "^4.17.17", "@types/node": "^22.x.x", "@types/redlock": "^4.x.x", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.x.x", "@typescript-eslint/parser": "^8.x.x", "conventional-changelog-cli": "^5.x.x", "copyfiles": "^2.x.x", "del-cli": "^6.x.x", "eslint": "^8.x.x", "eslint-plugin-jest": "^28.x.x", "husky": "^4.x.x", "jest": "^29.x.x", "jest-html-reporters": "^3.x.x", "reflect-metadata": "^0.x.x", "rollup": "^4.x.x", "rollup-plugin-delete": "^2.x.x", "rollup-plugin-typescript2": "^0.x.x", "standard-version": "^9.x.x", "ts-jest": "^29.x.x", "ts-node": "^10.x.x", "tslib": "^2.x.x", "typescript": "^5.x.x" }, "dependencies": { "@sesamecare-oss/redlock": "^1.4.0", "cron": "^4.3.1", "ioredis": "^5.6.1", "koatty_container": "^1.x.x", "koatty_core": "^1.x.x", "koatty_lib": "^1.x.x", "koatty_logger": "^2.x.x", "koatty_store": "^1.x.x" }, "peerDependencies": { "koatty_container": "^1.x.x", "koatty_core": "^1.x.x", "koatty_lib": "^1.x.x", "koatty_logger": "^2.x.x" } }