Fill package.json

This commit is contained in:
Daniel Kluge
2023-11-01 22:03:06 +01:00
parent 71ef5f32c0
commit dacd278793
4 changed files with 53 additions and 183 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "prototyp",
"name": "aas-multimessagebroker",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "prototyp",
"name": "aas-multimessagebroker",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
+23 -4
View File
@@ -1,13 +1,32 @@
{
"name": "prototyp",
"name": "aas-multimessagebroker",
"version": "1.0.0",
"description": "",
"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",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"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": {