34 lines
901 B
JSON
34 lines
901 B
JSON
{
|
|
"name": "meterbuslibts",
|
|
"version": "1.0.0",
|
|
"description": "Parser for MBus telegrams into JS/TS objects",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "./node_modules/typescript/bin/tsc",
|
|
"test": "./node_modules/mocha/bin/mocha -r ts-node/register src/**/*.test.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/wolutator/meterbuslibts.git"
|
|
},
|
|
"keywords": [
|
|
"mbus"
|
|
],
|
|
"author": "Wolfgang Hottgenroth <woho@hottis.de>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/wolutator/meterbuslibts/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/wolutator/meterbuslibts#README",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.0.2",
|
|
"@types/mocha": "^2.2.41",
|
|
"@types/node": "^8.0.20",
|
|
"chai": "^4.1.1",
|
|
"mocha": "^3.5.0",
|
|
"ts-node": "^3.3.0",
|
|
"typescript": "^2.4.2"
|
|
}
|
|
}
|