UNPKG

cronstrue

Version:

Convert cron expressions into human readable descriptions

74 lines (73 loc) 1.75 kB
{ "name": "cronstrue", "title": "cRonstrue", "version": "2.61.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", "bin": { "cronstrue": "bin/cli.js" }, "typings": "dist/cronstrue.d.ts", "files": [ "dist/", "locales/", "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": "^4.0.10", "mocha": "^10.1.0", "pixl-xml": "^1.0.13", "prettier": "^2.1.1", "terser-webpack-plugin": "^5.3.1", "ts-loader": "^9.2.6", "ts-node": "^10.5.0", "typescript": "^4.6.2", "webpack": "^5.69.1", "webpack-cli": "^4.9.2", "xml2js": "^0.5.0" }, "scripts": { "start": "npm run build", "build": "npx tsc -p ./src --emitDeclarationOnly", "test": "npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"", "prepublishOnly": "rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A" }, "dependencies": {} }