initial commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "nanokvm-mqtt",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "bun --watch ./src/index.ts",
|
||||
"build": "tsdown",
|
||||
"start": "bun run ./dist/index.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"mqtt": "^5.14.1",
|
||||
"tsdown": "^0.16.4",
|
||||
"tslog": "^4.10.2",
|
||||
"zod": "^4.1.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user