UNPKG

blazerjob

Version:

TypeScript library for scheduling, executing, and managing asynchronous tasks (custom, HTTP, Cosmos) with a SQLite backend.

69 lines (68 loc) 1.71 kB
{ "name": "blazerjob", "version": "1.0.2", "description": "TypeScript library for scheduling, executing, and managing asynchronous tasks (custom, HTTP, Cosmos) with a SQLite backend.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "blazerjob": "./dist/bin/cli.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/QuenumGerald/BlazerJob.git" }, "keywords": [ "task scheduler", "typescript", "GNU", "sqlite", "blockchain", "http", "automation", "cli", "scheduler", "job queue", "cron", "async", "worker", "cli", "task runner", "background jobs", "open source", "batching" ], "author": "Gérald Quenum <geraldquenum9@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/QuenumGerald/BlazerJob/issues" }, "homepage": "https://github.com/QuenumGerald/BlazerJob#readme", "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/bs58": "^4.0.4", "@types/node": "^22.15.3", "@types/node-fetch": "^2.6.12", "@types/nodemailer": "^6.4.17", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "dependencies": { "@cosmjs/proto-signing": "^0.33.1", "@cosmjs/stargate": "^0.33.1", "@fastify/formbody": "^8.0.2", "@solana/web3.js": "^1.98.2", "better-sqlite3": "^11.9.1", "dotenv": "^16.5.0", "ethers": "^6.13.7", "fastify": "^5.3.2", "node-fetch": "^2.7.0", "nodemailer": "^7.0.2", "protobufjs": "^7.5.0" } }