cron-toolkit-ts
Version:
Type-safe Toolkit to get cron expressions for JavaScript and TypeScript
41 lines (40 loc) • 915 B
JSON
{
"name": "cron-toolkit-ts",
"version": "0.3.2",
"description": "Type-safe Toolkit to get cron expressions for JavaScript and TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"build": "tsc -p tsconfig.build.json",
"publish": "npm publish --access public"
},
"keywords": [
"cron",
"cronjob",
"cron-job",
"cron job",
"cron-ts"
],
"files": [
"dist",
"license",
"readme.md"
],
"author": "Omar Khairy",
"homepage": "https://github.com/omarkhairy21/cron-ts",
"repository": {
"type": "git",
"url": "https://github.com/omarkhairy21/cron-ts.git"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.4.4",
"jest": "^29.5.0",
"nodemon": "^2.0.21",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
}
}