UNPKG

check-outdated

Version:

Light-weight CLI tool to ensure that your dependencies are up to date, otherwise the process is terminated with status code 1.

56 lines (55 loc) 1.36 kB
{ "name": "check-outdated", "version": "2.14.0", "description": "Light-weight CLI tool to ensure that your dependencies are up to date, otherwise the process is terminated with status code 1.", "keywords": [ "cli", "outdated", "npm", "dependencies", "up-to-date", "code", "error", "ci", "pipeline", "publish", "hook", "packages", "modules" ], "author": "Jens Duttke <github@duttke.de> (https://github.com/jens-duttke)", "license": "MIT", "main": "./check-outdated.js", "bin": { "check-outdated": "check-outdated.js" }, "repository": { "type": "git", "url": "https://github.com/jens-duttke/check-outdated.git" }, "scripts": { "lint": "lint tsc ts md audit", "test": "node tests", "screenshot-demo": "node demo", "publish:major": "npm version major", "publish:minor": "npm version minor", "publish:patch": "npm version patch", "preversion": "npm run lint && npm run test && npm run check-outdated", "postversion": "git push && git push --tags && npm publish", "check-outdated": "node check-outdated.js --ignore-pre-releases" }, "engines": { "node": ">=10.0.0" }, "devDependencies": { "@types/node": "24.10.1", "@types/proxyquire": "1.3.31", "linter-bundle": "7.9.0", "proxyquire": "2.1.3", "typescript": "5.9.3" }, "overrides": { "globals": "16.5.0", "glob": "12.0.0" } }