UNPKG

@fabrix/spool-crons

Version:

Spool - Cron Jobs for Fabrix

84 lines (83 loc) 2.08 kB
{ "name": "@fabrix/spool-crons", "version": "1.6.0", "description": "Spool - Cron Jobs for Fabrix", "homepage": "https://fabrix.app", "author": { "name": "scott-wyatt", "email": "scottwyatt86@gmail.com", "url": "https://cali-style.com" }, "license": "MIT", "bugs": { "url": "https://github.com/fabrix-app/spool-crons/issues" }, "repository": { "type": "git", "url": "git+https://github.com/fabrix-app/spool-crons.git" }, "keywords": [ "crons", "spool", "fabrix", "trailjs" ], "scripts": { "release": "standard-version", "build": "tsc -p ./lib/tsconfig.release.json", "lint": "tslint -p ./lib", "watch": "tsc -w -p ./lib/tsconfig.release.json", "test": "npm run clean && npm run lint && npm run build && nyc mocha", "prepublishOnly": "npm run compile", "compile": "npm run clean && npm run build", "clean": "rm -rf dist", "ci": "cd .. && ci" }, "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "pre-commit": [ "test" ], "dependencies": { "boom": "^7.2.0", "joi": "^13.4.0", "moment": "^2.22.2", "node-schedule": "^1.3.0", "shortid": "^2.2.12", "uuid": "^3.3.0", "lodash": "^4.17.5" }, "devDependencies": { "@fabrix/fabrix": "^1.6.4", "@fabrix/lint": "^1.0.0-alpha.3", "@fabrix/spool-errors": "^1.6.2", "@fabrix/spool-express": "^1.6.7", "@fabrix/spool-i18n": "^1.6.0", "@fabrix/spool-router": "^1.6.4", "@fabrix/spool-sequelize": "^1.6.18", "@types/node": "~10.3.4", "express": "^4.16.3", "mocha": "^5", "nyc": "^12.0.2", "pg": "^6.4.2", "smokesignals": "^2.0.0", "source-map-support": "^0.5.13", "standard-version": "^7.0.0", "supertest": "^3.3.0", "tslib": "~1.9.0", "tslint": "~5.14.0", "tslint-microsoft-contrib": "~6.1.0", "tsutils": "~3.9.1", "typescript": "~3.3.4000" }, "peerDependencies": { "@fabrix/fabrix": "^1" }, "engines": { "node": ">= 7.6.0 =< 10.0.0", "npm": ">= 3.10.0" } }