Files
diplomarbeit-code/lib/package.json
T

46 lines
1.2 KiB
JSON

{
"name": "aas-multimessagebroker",
"version": "1.0.0",
"description": "Base program to automatically parse an AAS package file and configure a server interface and connectors to the assets using the AssetInterfacesDescription and AssetInterfacesMappingConfiguration.",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"docs": "npx typedoc",
"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": "lib"
},
"license": "ISC",
"types": "dist/index.d.ts",
"devDependencies": {
"@types/node": "^20.8.2",
"@types/uuid": "^9.0.6",
"typedoc": "^0.25.3",
"typedoc-plugin-extras": "^3.0.0",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@aas-core-works/aas-core3.0-typescript": "^1.0.0-rc.3",
"uuid": "^9.0.1"
}
}