@macrix/pct-cmd
Version:
Package provide communication layer to ProconTel web infrastructure
35 lines (34 loc) • 790 B
JSON
{
"name": "@macrix/pct-cmd",
"version": "1.0.27",
"description": "Package provide communication layer to ProconTel web infrastructure",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@microsoft/signalr": "^3.1.7"
},
"devDependencies": {},
"scripts": {
"build": "tsc",
"prepare-package": "npm run build",
"publish-package": "npm publish --access public"
},
"keywords": [
"pct",
"cmd",
"communication"
],
"author": "Macrix Sp. z o. o.",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Macrix/procontel.pct-cmd.git"
},
"bugs": {
"url": "https://macrix.eu/pl"
},
"homepage": "https://github.com/Macrix/procontel.pct-cmd#readme"
}