2017-08-15 19:29:18 +02:00
|
|
|
{
|
2023-07-26 20:51:11 +02:00
|
|
|
"name": "@push.rocks/smartupdate",
|
2023-07-26 20:51:48 +02:00
|
|
|
"version": "2.0.6",
|
2018-09-02 12:00:52 +02:00
|
|
|
"private": false,
|
2024-04-14 18:30:39 +02:00
|
|
|
"description": "A library designed to facilitate smarter update notifications and checking for Node.js projects.",
|
2020-06-25 20:10:43 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2022-04-13 16:02:29 +02:00
|
|
|
"type": "module",
|
2017-08-15 19:29:18 +02:00
|
|
|
"author": "Lossless GmbH",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
2025-11-03 16:02:12 +00:00
|
|
|
"test": "(tstest test/ --verbose)",
|
2023-07-26 20:51:47 +02:00
|
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
|
|
|
"buildDocs": "tsdoc"
|
2017-08-15 19:29:18 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-03 16:02:12 +00:00
|
|
|
"@git.zone/tsbuild": "^2.7.1",
|
|
|
|
|
"@git.zone/tsrun": "^1.6.2",
|
|
|
|
|
"@git.zone/tstest": "^2.7.0",
|
|
|
|
|
"@types/node": "^22.19.0"
|
2017-08-15 19:29:18 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-11-03 16:02:12 +00:00
|
|
|
"@push.rocks/consolecolor": "^2.0.3",
|
|
|
|
|
"@push.rocks/npmextra": "^5.3.3",
|
|
|
|
|
"@push.rocks/smartnpm": "^2.0.6",
|
2023-07-26 20:51:11 +02:00
|
|
|
"@push.rocks/smartopen": "^2.0.0",
|
2025-11-03 16:02:12 +00:00
|
|
|
"@push.rocks/smarttime": "^4.1.1",
|
|
|
|
|
"@push.rocks/smartversion": "^3.0.5"
|
2019-09-04 16:27:42 +02:00
|
|
|
},
|
|
|
|
|
"files": [
|
2020-06-25 20:10:43 +00:00
|
|
|
"ts/**/*",
|
|
|
|
|
"ts_web/**/*",
|
|
|
|
|
"dist/**/*",
|
|
|
|
|
"dist_*/**/*",
|
|
|
|
|
"dist_ts/**/*",
|
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
|
"assets/**/*",
|
2019-09-04 16:27:42 +02:00
|
|
|
"cli.js",
|
|
|
|
|
"npmextra.json",
|
|
|
|
|
"readme.md"
|
2022-04-13 16:54:40 +02:00
|
|
|
],
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"last 1 chrome versions"
|
2024-04-14 18:30:39 +02:00
|
|
|
],
|
|
|
|
|
"keywords": [
|
|
|
|
|
"update notifications",
|
|
|
|
|
"version checking",
|
|
|
|
|
"npm package updates",
|
|
|
|
|
"version comparison",
|
|
|
|
|
"CLI tool updates",
|
|
|
|
|
"dependency management",
|
|
|
|
|
"npm registry",
|
|
|
|
|
"typescript utilities",
|
|
|
|
|
"software maintenance",
|
|
|
|
|
"open-source contribution"
|
2024-05-29 14:16:58 +02:00
|
|
|
],
|
|
|
|
|
"homepage": "https://code.foss.global/push.rocks/smartupdate",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://code.foss.global/push.rocks/smartupdate.git"
|
2025-11-03 16:02:12 +00:00
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
|
|
|
|
|
}
|