a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
at major 21 lines 396 B view raw
1{ 2 "private": true, 3 "type": "module", 4 "name": "@atcute/internal-dev-env", 5 "version": "1.0.1", 6 "dependencies": { 7 "@atproto/crypto": "^0.4.4", 8 "@atproto/identity": "^0.4.8", 9 "@atproto/pds": "^0.4.161", 10 "@did-plc/server": "^0.0.1", 11 "axios": "^1.10.0", 12 "get-port": "^7.1.0", 13 "uint8arrays": "^5.1.0" 14 }, 15 "exports": { 16 ".": "./dist/index.js" 17 }, 18 "scripts": { 19 "build": "tsc" 20 } 21}