23 lines
439 B
JSON
23 lines
439 B
JSON
{
|
|
"name": "example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.20",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"mqtt": "^5.1.4",
|
|
"prototyp": "file:../lib"
|
|
}
|
|
}
|