{ "name": "upsert_example", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "scripts": { "example:tid": "node ./tid.js", "example:upsert": "node ./upsertFullExample.js" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.16.1", "dependencies": { "@atcute/atproto": "^3.1.10", "@atcute/client": "^4.2.1", "@atcute/tid": "^1.1.1", "dotenv": "^17.2.3" } }