{
  "name": "@betterportal/plugin-bsb",
  "version": "10.6.22",
  "description": "BetterPortal BSB integration for Node.js",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "cmd /c if exist lib rmdir /s /q lib",
    "test": "node --import tsx --test tests/*.test.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "betterportal",
    "bsb",
    "plugin",
    "service"
  ],
  "author": "BetterCorp",
  "license": "(AGPL-3.0-only OR Commercial)",
  "type": "module",
  "files": [
    "lib/**/*",
    "README.md"
  ],
  "dependencies": {
    "@betterportal/framework": "10.6.22",
    "@bsb/base": "^9.7.3",
    "anyvali": "^1.1.6"
  },
  "devDependencies": {
    "@types/node": "^26.5.1",
    "tsx": "^4.23.12",
    "typescript": "^6.0.3"
  },
  "homepage": "https://github.com/BetterCorp/BetterPortal#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BetterCorp/BetterPortal.git",
    "directory": "plugins/nodejs/betterportal-bsb"
  },
  "bugs": {
    "url": "https://github.com/BetterCorp/BetterPortal/issues"
  },
  "publishConfig": {
    "access": "public"
  }
}
