{ "name": "@pushrocks/smartsystem", "version": "2.0.10", "description": "interact with the system you are running on", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartsystem.git" }, "keywords": [ "TypeScript", "lazy", "module loader" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartsystem/issues" }, "homepage": "https://gitlab.com/pushrocks/smartsystem#README", "dependencies": { "@pushrocks/lik": "^4.0.20", "@pushrocks/smartenv": "^4.0.16", "@pushrocks/smartnetwork": "^2.0.10", "@pushrocks/smartpromise": "^3.1.6", "systeminformation": "^5.8.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.25", "@gitzone/tstest": "^1.0.54", "@pushrocks/tapbundle": "^3.2.14", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "private": false, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }