UNPKG

467 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.packageTemplateJs = {
4 name: "mc-agent-js",
5 version: "1.0.0",
6 description: "MindConnect NodeJS Agent",
7 main: "index.js",
8 scripts: {
9 start: "node index.js"
10 },
11 author: "",
12 license: "SEE LICENSE in LICENSE.md",
13 dependencies: {
14 "@mindconnect/mindconnect-nodejs": ""
15 }
16};
17//# sourceMappingURL=package_template.js.map
\No newline at end of file