{ "name": "anproto-over-atproto", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "tsx watch src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "@atproto/api": "^0.18.3", "@atproto/oauth-client-node": "^0.3.11", "better-sqlite3": "^12.5.0", "express": "^5.1.0", "iron-session": "^8.0.4" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/express": "^5.0.5", "@types/node": "^24.10.1", "tsx": "^4.20.6", "typescript": "^5.9.3" } }