UNPKG

@pulsecron/nestjs-pulse

Version:

The modern MongoDB-powered scheduling library pulse for NestJS

84 lines (83 loc) 2.23 kB
{ "name": "@pulsecron/nestjs-pulse", "version": "1.0.8", "description": "The modern MongoDB-powered scheduling library pulse for NestJS", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "files": [ "dist" ], "scripts": { "prepublishOnly": "npm run build", "build": "tsc", "release": "npm run build && semantic-release", "semantic-release": "semantic-release", "dry-run": "npm publish --dry-run", "lint": "eslint 'src/**/*.ts'", "test:e2e": "ts-node examples/test/src/main.ts", "ncu": "npx npm-check-updates -u" }, "author": "code-xhyun <shh6155@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/pulsecron/nestjs-pulse/issues" }, "homepage": "https://pulsecron.com", "repository": { "type": "git", "url": "https://github.com/pulsecron/nestjs-pulse.git" }, "keywords": [ "job", "jobs", "cron", "cronjob", "mongodb", "scheduling", "mongodb", "mongodb-scheduler", "queue", "delayed", "scheduler", "pulse", "bull", "bee", "kue", "nest", "nestjs" ], "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.3", "conventional-changelog-conventionalcommits": "^8.0.0", "@nestjs/cli": "^11.0.2", "@nestjs/common": "^11.0.8", "@nestjs/core": "^11.0.8", "@nestjs/platform-express": "^11.0.8", "@nestjs/testing": "^11.0.8", "@types/node": "^22.13.1", "@pulsecron/pulse": "^1.6.7", "reflect-metadata": "^0.1.13", "rimraf": "^6.0.1", "rxjs": "^7.8.1", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "typescript": "^5.7.3", "semantic-release": "^24.2.2", "mongodb-memory-server": "^10.1.3" }, "peerDependencies": { "@nestjs/common": "^9.x||^10.x||^11.x", "@nestjs/core": "^9.x||^10.x||^11.x", "@pulsecron/pulse": "^1.x", "reflect-metadata": "^0.1.13", "mongodb-memory-server": "^9.1.8" } }