smartupdate/package.json
2023-07-26 20:51:47 +02:00

46 lines
1.1 KiB
JSON

{
"name": "@push.rocks/smartupdate",
"version": "2.0.5",
"private": false,
"description": "update your tools in a smart way",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@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"
},
"dependencies": {
"@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"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}