{ "name": "proto", "private": true, "type": "module", "scripts": { "dev": "tsx --conditions source --watch src/index.tsx", "start": "tsx --conditions source src/index.tsx" }, "dependencies": { "@atproto/lex-resolver": "^0.0.15", "@atproto/syntax": "^0.3.0", "@hono/node-server": "^1.19.9", "@inlay/core": "*", "@inlay/render": "*", "dotenv": "^16.5.0", "hono": "^4.12.2", "ioredis": "^5.6.0" }, "devDependencies": { "tsx": "^4.0.0", "typescript": "^5.9.0" } }