cronstrue
Version:
Convert cron expressions into human readable descriptions
70 lines (69 loc) • 1.7 kB
JSON
{
"name": "cronstrue",
"title": "cRonstrue",
"version": "1.109.0",
"description": "Convert cron expressions into human readable descriptions",
"author": "Brady Holt",
"license": "MIT",
"bugs": {
"url": "https://github.com/bradymholt/cronstrue/issues"
},
"homepage": "https://github.com/bradymholt/cronstrue",
"keywords": [
"cron",
"cronjob",
"crontab",
"schedule",
"parser",
"cron expression",
"cron description",
"pretty cron",
"cron for humans",
"cron translated",
"cron english",
"cron schedule",
"cron english",
"cron schedule"
],
"main": "dist/cronstrue.js",
"typings": "dist/cronstrue.d.ts",
"files": [
"dist/",
"i18n.js",
"i18n.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bradymholt/cronstrue.git"
},
"publishConfig": {
"access": "public"
},
"prettier": {
"printWidth": 120
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^8.0.0",
"chai": "^4.2.0",
"handlebars": "^4.7.6",
"marked": "^2.0.0",
"mocha": "^8.1.3",
"pixl-xml": "^1.0.13",
"prettier": "^2.1.1",
"ts-loader": "^8.0.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.6",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-command": "^0.5.0",
"xml2js": "^0.4.23"
},
"scripts": {
"start": "npm run build",
"build": "npx tsc -p ./src --emitDeclarationOnly",
"test": "npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"",
"prerelease": "rm -rf ./dist && npx webpack && npx jbash ./scripts/generate-docs.js && git add -A"
},
"dependencies": {}
}