ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux srv913213 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 Current Path : /var/www/talentgenesis_admin_backend/node_modules/@nestjs/schedule/ |
| Current File : /var/www/talentgenesis_admin_backend/node_modules/@nestjs/schedule/package.json |
{
"name": "@nestjs/schedule",
"version": "4.0.0",
"description": "Nest - modern, fast, powerful node.js web framework (@schedule)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"url": "https://github.com/nestjs/schedule#readme",
"scripts": {
"build": "rimraf -rf dist && tsc -p tsconfig.json",
"format": "prettier **/**/*.ts --ignore-path ./.prettierignore --write",
"lint": "eslint 'lib/**/*.ts' --fix",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"prepublish:next": "npm run build",
"publish:next": "npm publish --access public --tag next",
"test:integration": "jest --config ./tests/jest-e2e.json --runInBand",
"prerelease": "npm run build",
"release": "release-it"
},
"dependencies": {
"cron": "3.1.3",
"uuid": "9.0.1"
},
"devDependencies": {
"@commitlint/cli": "18.0.0",
"@commitlint/config-angular": "18.0.0",
"@nestjs/common": "10.2.7",
"@nestjs/core": "10.2.7",
"@nestjs/platform-express": "10.2.7",
"@nestjs/testing": "10.2.7",
"@types/jest": "29.5.6",
"@types/node": "18.18.6",
"@types/sinon": "10.0.20",
"@types/uuid": "9.0.6",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"reflect-metadata": "0.1.13",
"release-it": "16.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
"sinon": "17.0.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.12"
},
"lint-staged": {
"*.ts": [
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"repository": {
"type": "git",
"url": "https://github.com/nestjs/schedule"
}
}