{ "name": "@pushrocks/smartstatus", "version": "1.0.3", "private": false, "description": "status information in TypeScript", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "tsbuild" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pkunz/smartstatus.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pkunz/smartstatus/issues" }, "homepage": "https://gitlab.com/pkunz/smartstatus#README", "devDependencies": { "@gitzone/tsbuild": "^2.1.4", "@gitzone/tstest": "^1.0.18", "@pushrocks/tapbundle": "^3.0.7", "tslint": "^5.12.0", "tslint-config-prettier": "^1.17.0" }, "dependencies": {} }