{ "name": "@pushrocks/smartupdate", "version": "2.0.1", "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)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.61", "@gitzone/tsrun": "^1.2.32", "@gitzone/tstest": "^1.0.70", "@pushrocks/tapbundle": "^5.0.3", "@types/node": "^17.0.23", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/consolecolor": "^2.0.1", "@pushrocks/npmextra": "^3.0.9", "@pushrocks/smartnpm": "^2.0.0", "@pushrocks/smartopen": "^2.0.0", "@pushrocks/smarttime": "^3.0.45", "@pushrocks/smartversion": "^2.0.7" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }