Initial commit with Advoware proxy

This commit is contained in:
root
2025-10-19 14:57:07 +00:00
commit 273aa8b549
45771 changed files with 5534555 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "@motiadev/stream-client-react",
"description": "Motia Stream Client React Package Responsible for managing streams of data.",
"version": "0.8.2-beta.139",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"react": "^19.1.0"
},
"dependencies": {
"@motiadev/stream-client-browser": "0.8.2-beta.139"
},
"devDependencies": {
"@types/react": "^19.0.7",
"typescript": "^5.7.2"
},
"scripts": {
"build": "rm -rf dist && tsc",
"lint": "eslint --config ../../eslint.config.js"
}
}