partywhen
Version:
A library for scheduling and running tasks in Cloudflare Workers
34 lines (33 loc) • 735 B
JSON
{
"name": "partywhen",
"version": "0.0.16",
"repository": {
"type": "git",
"url": "git://github.com/threepointone/partyserver.git"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"scripts": {
"build": "tsx scripts/build.ts",
"check:test": "(cd tests; vitest --no-watch)"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"scheduling",
"cron",
"ai agents",
"durable-objects"
],
"author": "Sunil Pai <spai@cloudflare.com>",
"license": "ISC",
"description": "A library for scheduling and running tasks in Cloudflare Workers",
"dependencies": {
"cron-parser": "^4.9.0",
"partyserver": "^0.0.70"
}
}