UNPKG

@flla/cron-time-generator

Version:

Cron Time Expression Generator

30 lines (29 loc) 681 B
{ "name": "@flla/cron-time-generator", "version": "2.0.1", "description": "Cron Time Expression Generator", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/fllaa/cron-time.git", "author": "fllaa", "scripts": { "test": "npm run build && node test.js", "build": "tsc -p tsconfig.json", "prepublishOnly": "npm run build", "watch": "tsc --watch" }, "license": "MIT", "private": false, "keywords": [ "cron-time", "cron", "cron-parser", "node-cron" ], "devDependencies": { "@types/node": "^20.4.2", "japa": "^4.0.0", "prettier": "^3.0.0", "typescript": "^5.1.6" } }