Live video on the AT Protocol
1{
2 "name": "@streamplace/components",
3 "version": "0.6.37",
4 "description": "Streamplace React (Native) Components",
5 "type": "module",
6 "main": "dist/index.js",
7 "types": "src/index.tsx",
8 "exports": {
9 ".": {
10 "@streamplace/dev": "./src/index.tsx",
11 "types": "./dist/index.d.mjs",
12 "default": "./dist/index.mjs"
13 }
14 },
15 "scripts": {
16 "build": "tsc",
17 "postinstall": "pnpm run build",
18 "start": "tsc --watch --preserveWatchOutput"
19 },
20 "keywords": [
21 "streamplace"
22 ],
23 "author": "Streamplace",
24 "license": "MIT",
25 "packageManager": "pnpm@10.11.0",
26 "devDependencies": {
27 "tsup": "^8.5.0"
28 },
29 "dependencies": {
30 "@atproto/api": "^0.15.7",
31 "react-native": "0.76.2",
32 "react-use-websocket": "^4.13.0",
33 "streamplace": "workspace:*",
34 "zustand": "^5.0.5"
35 },
36 "peerDependencies": {
37 "react": "*"
38 }
39}