feat: add initial API
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"type": "module",
|
||||
"main": "dist/exports.js",
|
||||
"scripts": {
|
||||
"dev": "node --no-warnings --watch src/start.ts",
|
||||
"dev": "node --no-warnings --watch src/dev.ts",
|
||||
"test:lint": "eslint",
|
||||
"build": "tsc --build",
|
||||
"test:unit": "vitest --run --passWithNoTests",
|
||||
@@ -41,13 +41,18 @@
|
||||
"#root/*": "./src/*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/sensible": "^6.0.3",
|
||||
"@fastify/swagger": "^9.5.2",
|
||||
"@fastify/websocket": "^11.2.0",
|
||||
"@kubernetes/client-node": "^1.4.0",
|
||||
"@scalar/fastify-api-reference": "^1.38.1",
|
||||
"aedes": "^0.51.3",
|
||||
"aedes-packet": "^3.0.0",
|
||||
"aedes-persistence": "^10.2.2",
|
||||
"ajv": "^8.17.1",
|
||||
"better-sqlite3": "^12.4.1",
|
||||
"fastify": "^5.6.1",
|
||||
"fastify-type-provider-zod": "^6.0.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"knex": "^3.1.0",
|
||||
"micromatch": "^4.0.8",
|
||||
|
||||
Reference in New Issue
Block a user