smartupdate/package.json

63 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2017-08-15 17:29:18 +00:00
{
2023-07-26 18:51:11 +00:00
"name": "@push.rocks/smartupdate",
2023-07-26 18:51:48 +00:00
"version": "2.0.6",
"private": false,
2024-04-14 16:30:39 +00: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 14:02:29 +00:00
"type": "module",
2017-08-15 17:29:18 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2023-07-26 18:51:47 +00:00
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
2017-08-15 17:29:18 +00:00
},
"devDependencies": {
2023-07-26 18:51:11 +00:00
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.12",
"@types/node": "^20.4.5"
2017-08-15 17:29:18 +00:00
},
"dependencies": {
2023-07-26 18:51:11 +00:00
"@push.rocks/consolecolor": "^2.0.1",
"@push.rocks/npmextra": "^3.0.9",
"@push.rocks/smartnpm": "^2.0.4",
"@push.rocks/smartopen": "^2.0.0",
"@push.rocks/smarttime": "^4.0.4",
"@push.rocks/smartversion": "^3.0.2"
2019-09-04 14:27:42 +00:00
},
"files": [
2020-06-25 20:10:43 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-04 14:27:42 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2022-04-13 14:54:40 +00:00
],
"browserslist": [
"last 1 chrome versions"
2024-04-14 16:30:39 +00: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 12:16:58 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartupdate",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartupdate.git"
}
2024-04-14 16:30:39 +00:00
}