Split lib from modules

This commit is contained in:
Daniel Kluge
2023-11-01 21:41:10 +01:00
parent cab50cda6a
commit 71ef5f32c0
16 changed files with 1721 additions and 2460 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"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"
}
}