{
  "name": "__PACKAGE_NAME__",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run",
    "demo": "pnpm build && xlibrary-plugin preview",
    "package": "pnpm build && xlibrary-plugin pack"
  },
  "devDependencies": {
    "@xlibrary/plugin-sdk": "^__SDK_VERSION__",
    "typescript": "^5.4.2",
    "vitest": "^2.1.9"
  }
}
