{
  "name": "@betterportal/framework",
  "version": "10.1.66",
  "description": "BetterPortal v10 core library for Node.js",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "bp": "lib/cli/bp.js",
    "bp-codegen": "lib/codegen/cli.js",
    "bp-init": "lib/codegen/init.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "cmd /c if exist lib rmdir /s /q lib",
    "test": "tsx --test tests/*.test.ts",
    "prepublishOnly": "npm run build",
    "prepare": "npm run build"
  },
  "keywords": [
    "betterportal",
    "framework",
    "htmx",
    "h3",
    "codegen"
  ],
  "author": "BetterCorp",
  "license": "(AGPL-3.0-only OR Commercial)",
  "type": "module",
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.7",
    "tsx": "^4.21.0"
  },
  "files": [
    "lib/**/*",
    "README.md"
  ],
  "dependencies": {
    "anyvali": "^1.0.6",
    "h3": "^2.0.1-rc.20",
    "jsonwebtoken": "^9.0.2",
    "jwks-rsa": "^4.1.0",
    "typescript": "^6.0.3",
    "yaml": "^2.8.3"
  },
  "homepage": "https://github.com/BetterCorp/BetterPortal#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BetterCorp/BetterPortal.git",
    "directory": "framework/nodejs"
  },
  "bugs": {
    "url": "https://github.com/BetterCorp/BetterPortal/issues"
  },
  "publishConfig": {
    "access": "public"
  }
}
