smartstatus/package.json
2019-01-02 01:29:36 +01:00

31 lines
773 B
JSON

{
"name": "@pushrocks/smartstatus",
"version": "1.0.4",
"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": {}
}