UNPKG

@mindconnect/mindconnect-nodejs

Version:

MindConnect Library for NodeJS (community based)

21 lines 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.packageTemplateTs = { name: "mc-agent-ts", version: "1.0.0", description: "MindConnect NodeJS Agent", main: "index.js", scripts: { start: "tsc && node index.js" }, author: "", license: "SEE LICENSE in LICENSE.md", dependencies: { "@mindconnect/mindconnect-nodejs": "" }, devDependencies: { "@types/node": "", typescript: "" } }; //# sourceMappingURL=package_template.js.map