Fill package.json
This commit is contained in:
+25
-6
@@ -1,17 +1,36 @@
|
||||
{
|
||||
"name": "example",
|
||||
"name": "aas-multimessagebroker-example",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"description": "Example modules and script using the aas-multimessagebroker library.",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "npx tsc",
|
||||
"start": "node dist/index.js",
|
||||
"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": "example"
|
||||
},
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.20",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user