{ "name": "at-press", "description": "Protocol-native blog engine for AT Protocol. Your PDS is your CMS.", "type": "module", "version": "1.0.0", "license": "MIT", "author": "bkb", "repository": { "type": "git", "url": "https://github.com/bkb/at-press" }, "engines": { "node": ">=22" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "start": "node dist/server/entry.mjs", "setup": "node scripts/setup.mjs", "test": "vitest run", "test:watch": "vitest", "test:e2e": "playwright test" }, "dependencies": { "@astrojs/node": "^10.0.0", "astro": "^6.0.0", "better-sqlite3": "^12.6.2", "isomorphic-dompurify": "^3.0.0", "marked": "^17.0.0" }, "devDependencies": { "@playwright/test": "^1.58.2", "@tailwindcss/vite": "^4.1.0", "@types/better-sqlite3": "^7.6.13", "tailwindcss": "^4.1.0", "vitest": "^4.0.18" } }