feat: add initial API

This commit is contained in:
Morten Olsen
2025-10-16 20:54:31 +02:00
parent 5cf0a3612a
commit 11828da073
17 changed files with 647 additions and 89 deletions

View File

@@ -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",