24 lines
505 B
JSON
24 lines
505 B
JSON
{
|
|
"name": "prototyp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.19",
|
|
"@types/node": "^20.8.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@aas-core-works/aas-core3.0-typescript": "^1.0.0-rc.3",
|
|
"express": "^4.18.2",
|
|
"mqtt": "^5.1.2"
|
|
}
|
|
}
|