{ "name": "papers-appview", "version": "0.0.1", "private": true, "type": "module", "scripts": { "build:frontend": "bash build-frontend.sh", "dev": "pnpm build:frontend && wrangler dev", "deploy": "pnpm build:frontend && CLOUDFLARE_API_TOKEN=$CLOUDFLARE_API_TOKEN wrangler deploy", "typecheck": "tsc --noEmit", "backfill": "pnpm contrail backfill", "backfill:remote": "pnpm contrail backfill --remote", "lex": "contrail-lex all", "lex:publish": "contrail-lex publish" }, "dependencies": { "@atmo-dev/contrail": "^0.6.0", "@nandithebull/myst-oxa": "^0.1.8", "hono": "^4.7.0" }, "devDependencies": { "@atcute/lex-cli": "^2.8.1", "@atmo-dev/contrail-lexicons": "^0.4.6", "@cloudflare/workers-types": "^4.20250124.0", "esbuild": "^0.28.0", "typescript": "^5.7.3", "wrangler": "^4.63.0" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "workerd" ] } }