@yoyo-org/progressive-json
Version:
Stream and render JSON data as it arrives - perfect for AI responses, large datasets, and real-time updates
65 lines (64 loc) • 1.47 kB
JSON
{
"name": "@yoyo-org/progressive-json",
"version": "0.3.4",
"description": "Stream and render JSON data as it arrives - perfect for AI responses, large datasets, and real-time updates",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": {
"development": "./src/index.ts",
"default": "./dist/src/index.js"
}
},
"files": [
"dist",
"src",
"README.md"
],
"scripts": {
"build": "tsc -p tsconfig.json && npm run minify",
"minify": "terser dist/src/index.js -o dist/src/index.min.js --compress --mangle",
"prepublishOnly": "npm run build",
"test": "vitest"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"progressive",
"json",
"streaming",
"react",
"hooks",
"real-time",
"ai",
"chat",
"typescript",
"websocket",
"sse",
"streaming-json",
"incremental-loading"
],
"author": "yoyo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yoyo-67/progressive-json.git"
},
"bugs": {
"url": "https://github.com/yoyo-67/progressive-json/issues"
},
"homepage": "https://github.com/yoyo-67/progressive-json#readme",
"devDependencies": {
"terser": "^5.43.1",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"immer": "^10.1.1"
},
"gitHead": "0f5c8cbdc12f1967aeacfd25ff9a41c8e7427efe"
}