mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 21:26:33 +00:00
Package name changed from @betterframe/server to betterframe to match BSB plugin path. Added nodered/package.json COPY so npm ci can resolve the workspace dependency graph. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "betterframe",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "BetterFrame backend — BSB v9 service plugins.",
|
|
"license": "AGPL-3.0-only OR Commercial",
|
|
"type": "module",
|
|
"files": [
|
|
"lib/**/*",
|
|
"README.md",
|
|
"bsb-plugin.json",
|
|
"bsb-tests.json"
|
|
],
|
|
"scripts": {
|
|
"build": "cross-env NODE_OPTIONS=\"--import tsx\" bsb-plugin-cli build && cross-env NODE_OPTIONS=\"--import tsx\" node src/scripts/copy-web-static.ts",
|
|
"clean": "bsb-plugin-cli clean",
|
|
"start": "bsb-plugin-cli start",
|
|
"dev": "cross-env NODE_OPTIONS=\"--import tsx\" bsb-plugin-cli dev",
|
|
"test": "bsb-plugin-cli test",
|
|
"schemas:export": "node --enable-source-maps lib/scripts/export-schemas.js"
|
|
},
|
|
"bsb": {},
|
|
"dependencies": {
|
|
"@anyvali/js": "^0.2.0",
|
|
"@bsb/base": "^9.1.11",
|
|
"@types/ws": "^8.18.1",
|
|
"argon2": "^0.44.0",
|
|
"h3": "^2.0.1-rc.22",
|
|
"jsx-htmx": "^2.0.2",
|
|
"mqtt": "^5.10.4",
|
|
"onvif": "^0.8.1",
|
|
"otpauth": "^9.5.1",
|
|
"pg": "^8.13.1",
|
|
"uuidv7": "^1.0.2",
|
|
"ws": "^8.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.0",
|
|
"@types/pg": "^8.20.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@bsb/base": "^9.1.11"
|
|
}
|
|
}
|