jscron
Version:
Cron Format Parser And Schedule Dates Generator
40 lines (39 loc) • 856 B
JSON
{
"name": "jscron",
"version": "1.0.0",
"description": "Cron Format Parser And Schedule Dates Generator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"keywords": [
"cron",
"schedule",
"scheduled",
"unix"
],
"repository": {
"type": "git",
"url": "https://github.com/romansky/JsCron"
},
"dependencies": {},
"devDependencies": {
"@types/jasmine": "^3.5.11",
"coffee-script": "latest",
"jasmine": "^3.5.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"scripts": {
"build": "tsc",
"prepublish": "yarn build",
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json"
},
"engine": {
"node": ">=0.4.0"
},
"author": {
"name": "Roman Landenband",
"email": "roman.land@gmail.com",
"url": "www.romansky.me"
}
}