{
  "name": "@toolplex/app-server",
  "version": "0.7.3",
  "description": "Fastify plugin for serving ToolPlex App Pages — page definitions, paginated data, actions, and agent context",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/toolplex/app-server"
  },
  "homepage": "https://github.com/toolplex/app-server#readme",
  "keywords": [
    "toolplex",
    "fastify",
    "fastify-plugin",
    "app-server",
    "pages",
    "dashboard"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "lint": "eslint 'src/**/*.ts'",
    "lint:fix": "eslint --fix 'src/**/*.ts'",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@duckdb/node-api": "^1.5.3-r.3",
    "exceljs": "^4.4.0",
    "fastify-plugin": "^5.0.1"
  },
  "peerDependencies": {
    "@fastify/multipart": ">=9.0.0",
    "fastify": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "@fastify/multipart": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/js": "^9.24.0",
    "@fastify/multipart": "^9.0.0",
    "@types/node": "^20.5.0",
    "eslint": "^9.24.0",
    "fastify": "^5.2.2",
    "tsx": "^4.19.2",
    "typescript": "^5.0.0",
    "typescript-eslint": "^8.29.0"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
