@mindconnect/mindconnect-nodejs
Version:
MindConnect Library for NodeJS (community based)
17 lines • 467 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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