UNPKG

@stacksjs/cron

Version:
41 lines (40 loc) 1.08 kB
{ "name": "@stacksjs/cron", "type": "module", "version": "0.70.23", "description": "The Stacks cron.", "author": "Chris Breuer", "contributors": ["Chris Breuer <chris@stacksjs.org>"], "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/cron#readme", "repository": { "type": "git", "url": "git+https://github.com/stacksjs/stacks.git", "directory": "./storage/framework/core/cron" }, "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, "keywords": ["cron", "croner", "jobs", "bun", "stacks"], "exports": { ".": { "import": "./dist/index.js" }, "./*": { "import": "./dist/*" } }, "module": "dist/index.js", "types": "dist/index.d.ts", "files": ["README.md", "dist"], "scripts": { "build": "bun build.ts", "typecheck": "bun tsc --noEmit", "prepublishOnly": "bun run build" }, "devDependencies": { "@stacksjs/development": "0.70.22", "croner": "^9.0.0" } }