Files
smartupdate/package.json
T

67 lines
1.7 KiB
JSON
Raw Normal View History

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",
"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": {
"test": "tstest test/ --verbose",
"build": "tsbuild --web",
2023-07-26 20:51:47 +02:00
"buildDocs": "tsdoc"
2017-08-15 19:29:18 +02:00
},
"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"
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",
"@push.rocks/smarttime": "^4.2.3",
"@push.rocks/smartversion": "^3.1.0"
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",
".smartconfig.json",
"license",
2019-09-04 16:27:42 +02:00
"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.28.2"
2025-11-03 16:02:12 +00:00
}