{ "name": "nanopub-appview", "version": "0.1.0", "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", "@letta-ai/letta-code-sdk": "^0.1.14", "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" ] } }