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