{ "name": "@pushrocks/smartsystem", "version": "2.0.8", "description": "interact with the system you are running on", "main": "dist/index.js", "typings": "dist/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": "^3.0.11", "@pushrocks/smartenv": "^4.0.7", "@pushrocks/smartnetwork": "^1.1.11", "@pushrocks/smartpromise": "^3.0.2", "systeminformation": "^4.14.8" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.13", "tslint": "^5.19.0", "tslint-config-prettier": "^1.18.0" }, "private": false, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }