forked from
mary.my.id/atcute
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
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}