at://Press
1{
2 "name": "at-press",
3 "description": "Protocol-native blog engine for AT Protocol. Your PDS is your CMS.",
4 "type": "module",
5 "version": "1.0.0",
6 "license": "MIT",
7 "author": "bkb",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/bkb/at-press"
11 },
12 "engines": {
13 "node": ">=22"
14 },
15 "scripts": {
16 "dev": "astro dev",
17 "build": "astro build",
18 "preview": "astro preview",
19 "start": "node dist/server/entry.mjs",
20 "setup": "node scripts/setup.mjs",
21 "test": "vitest run",
22 "test:watch": "vitest",
23 "test:e2e": "playwright test"
24 },
25 "dependencies": {
26 "@astrojs/node": "^10.0.0",
27 "astro": "^6.0.0",
28 "better-sqlite3": "^12.6.2",
29 "isomorphic-dompurify": "^3.0.0",
30 "marked": "^17.0.0"
31 },
32 "devDependencies": {
33 "@playwright/test": "^1.58.2",
34 "@tailwindcss/vite": "^4.1.0",
35 "@types/better-sqlite3": "^7.6.13",
36 "tailwindcss": "^4.1.0",
37 "vitest": "^4.0.18"
38 }
39}