UNPKG

cron-time-generator2

Version:
29 lines (28 loc) 661 B
{ "name": "cron-time-generator2", "version": "1.3.1", "description": "Cron Time Expression Generator", "main": "./dist/index.js", "types": "./dist/types/index.d.ts", "repository": "https://github.com/trapcodeio/cron-time.git", "author": "trapcodeio", "scripts": { "test": "npm run build && node test.js", "build": "tsc -p tsconfig.json", "prepare": "npm run build", "watch": "tsc --watch" }, "license": "MIT", "private": false, "keywords": [ "cron-time", "cron", "cron-parser", "node-cron" ], "devDependencies": { "@types/node": "^14.14.14", "japa": "^3.1.1", "typescript": "^4.1.3" } }