{ "name": "@pushrocks/smartupdate", "version": "1.0.28", "private": false, "description": "update your tools in a smart way", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.13", "@types/node": "^12.7.5", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/consolecolor": "^2.0.1", "@pushrocks/npmextra": "^3.0.7", "@pushrocks/smartlog": "^2.0.19", "@pushrocks/smartnpm": "^1.0.13", "@pushrocks/smartopen": "^1.0.22", "@pushrocks/smarttime": "^3.0.12", "@pushrocks/smartversion": "^2.0.4" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }