47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "aas-multimessagebroker-example",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Example modules and script using the aas-multimessagebroker library.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"docs": "npx typedoc",
|
|
"start": "node dist/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"aas",
|
|
"industrie 4.0",
|
|
"industry 4.0",
|
|
"automation",
|
|
"aid",
|
|
"aimc",
|
|
"asset",
|
|
"shell"
|
|
],
|
|
"author": {
|
|
"name": "Daniel Kluge",
|
|
"email": "daniel@c0ntroller.de",
|
|
"url": "https://c0ntroller.de"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/C0ntroller/aas-multimessagebroker.git",
|
|
"directory": "example"
|
|
},
|
|
"license": "LGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.20",
|
|
"typedoc": "^0.25.3",
|
|
"typedoc-plugin-extras": "^3.0.0",
|
|
"typedoc-plugin-rename-defaults": "^0.7.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"aas-multimessagebroker": "file:../lib",
|
|
"express": "^4.18.2",
|
|
"mqtt": "^5.1.4"
|
|
}
|
|
}
|