{ "name": "@push.rocks/smartupdate", "version": "2.0.7", "private": false, "description": "A library designed to facilitate smarter update notifications and checking for Node.js projects.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "tstest test/ --verbose", "build": "tsbuild --web", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.3", "@git.zone/tstest": "^3.6.3", "@types/lodash.clonedeep": "^4.5.9", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/consolecolor": "^2.0.3", "@push.rocks/npmextra": "^5.3.3", "@push.rocks/smartnpm": "^2.0.6", "@push.rocks/smartopen": "^2.0.0", "@push.rocks/smartversion": "^3.1.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "keywords": [ "update notifications", "version checking", "npm package updates", "version comparison", "CLI tool updates", "dependency management", "npm registry", "typescript utilities", "software maintenance", "open-source contribution" ], "homepage": "https://code.foss.global/push.rocks/smartupdate", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartupdate.git" }, "packageManager": "pnpm@10.28.2" }