@akumzy/cron-api-sdk
Version:
TypeScript SDK for Cron API and Reminder services
55 lines (54 loc) • 1.16 kB
JSON
{
"name": "@akumzy/cron-api-sdk",
"version": "0.0.1",
"description": "TypeScript SDK for Cron API and Reminder services",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "bun run tsup",
"dev": "bun run tsup --watch",
"test": "bun test",
"test:watch": "bun test --watch",
"lint": "bun run eslint src --ext .ts",
"prepublishOnly": "bun run build"
},
"keywords": [
"cron",
"scheduler",
"reminder",
"api",
"typescript",
"sdk",
"webhook",
"automation",
"jobs",
"background-tasks"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^22.15.21",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"tsup": "^7.2.0",
"typescript": "^5.0.0"
},
"dependencies": {
"axios": "^1.6.0"
},
"repository": {
"type": "git",
"url": "your-repo-url"
},
"engines": {
"node": ">=16",
"bun": ">=1.0.0"
},
"packageManager": "bun@1.0.0"
}