Files
motia/.npm-cache/_npx/0ebd1cb7ec11dd1f/node_modules/@motiadev/stream-client-browser/package.json
2025-10-19 14:57:07 +00:00

23 lines
616 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "@motiadev/stream-client-browser",
"description": "Motia Stream Client Package Responsible for managing streams of data.",
"version": "0.8.2-beta.139",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"uuid": "^11.1.0",
"@motiadev/stream-client": "0.8.2-beta.139"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/ws": "^8.18.1",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.7.2"
},
"scripts": {
"build": "rm -rf dist && tsc",
"lint": "eslint --config ../../eslint.config.js"
}
}