Live video on the AT Protocol
1{
2 "private": true,
3 "type": "module",
4 "name": "@atcute/internal-dev-env",
5 "version": "0.7.25",
6 "dependencies": {
7 "@atproto/crypto": "^0.4.4",
8 "@atproto/identity": "^0.4.8",
9 "@atproto/pds": "^0.4.176",
10 "@did-plc/server": "^0.0.1",
11 "axios": "^1.7.9",
12 "better-sqlite3": "10.1.0",
13 "get-port": "^7.1.0",
14 "typescript": "^5.8.2",
15 "uint8arrays": "^5.1.0"
16 },
17 "exports": {
18 ".": "./dist/index.js"
19 },
20 "scripts": {
21 "prepare": "tsc"
22 }
23}