UNPKG

@mindconnect/mindconnect-nodejs

Version:

NodeJS Library for Siemens Insights Hub Connectivity - TypeScript SDK for Insights Hub and Industrial IoT - Command Line Interface - Insights Hub Development Proxy (Siemens Insights Hub was formerly known as MindSphere)

18 lines 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.packageTemplateJs = void 0; exports.packageTemplateJs = { name: "mc-agent-js", version: "1.0.0", description: "MindConnect NodeJS Agent", main: "index.js", scripts: { start: "node index.js" }, author: "", license: "SEE LICENSE in LICENSE.md", dependencies: { "@mindconnect/mindconnect-nodejs": "" } }; //# sourceMappingURL=package_template.js.map