{ "name": "spores-garden", "version": "0.1.0", "description": "A digital garden that goes where you go - powered by AT Protocol", "type": "module", "scripts": { "dev": "vite", "build": "node scripts/publish-lexicons.js && vite build && node scripts/copy-well-known.js", "preview": "vite preview", "start": "vite", "publish-lexicons": "node scripts/publish-lexicons.js", "publish-lexicons:repo": "node scripts/publish-lexicons-to-repo.js", "garden:data": "node scripts/garden-data-tools.js", "garden:backup": "node scripts/garden-data-tools.js backup", "garden:reset": "node scripts/garden-data-tools.js reset", "garden:restore": "node scripts/garden-data-tools.js restore", "typecheck": "tsc --noEmit", "typecheck:strict": "tsc --noEmit --noUnusedLocals --noUnusedParameters", "check": "npm run typecheck:strict && npm run test:run && npm run build", "test:e2e": "playwright test", "test:e2e:headed": "playwright test --headed", "e2e:install-browsers": "playwright install chromium", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run" }, "dependencies": { "@atcute/client": "^4.2.1", "@atcute/identity-resolver": "^1.2.2", "@atcute/oauth-browser-client": "^2.0.3", "chroma-js": "^3.2.0", "dompurify": "^3.3.1", "marked": "^17.0.1" }, "devDependencies": { "@playwright/test": "^1.58.2", "@types/chroma-js": "^3.1.2", "@types/dompurify": "^3.0.5", "@vitest/ui": "^4.0.17", "happy-dom": "^20.3.4", "jsdom": "^27.4.0", "sharp": "^0.34.1", "typescript": "^5.6.3", "vite": "^5.4.8", "vitest": "^4.0.17" }, "keywords": [ "atproto", "bluesky", "personal-website", "digital-garden", "static-site" ], "author": "", "license": "MIT" }