@lucsoft/network-connector
Version:
Network Connector the easy way to connect to your HmSYS Network
31 lines (30 loc) • 766 B
JSON
{
"name": "@lucsoft/network-connector",
"version": "0.4.4",
"description": "Network Connector the easy way to connect to your HmSYS Network",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucsoft-DevTeam/network-connector.git"
},
"keywords": [
"hmsys",
"lucsoft",
"connector",
"web"
],
"author": "lucsoft",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/lucsoft-DevTeam/network-connector/issues"
},
"homepage": "https://hmsys.de",
"devDependencies": {
"typescript": "^4.3.5"
}
}