UNPKG

@nomyx/gun-sync

Version:

A lightweight, powerful library for synchronizing application state in real-time using Gun.js.

65 lines (64 loc) 1.42 kB
{ "name": "@nomyx/gun-sync", "version": "1.3.0", "description": "A lightweight, powerful library for synchronizing application state in real-time using Gun.js.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "gun", "gunjs", "react", "state-management", "real-time", "presence", "hooks", "auth", "typescript", "p2p", "database", "sync" ], "author": "Gemini", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/nomyx/gun-sync.git" }, "bugs": { "url": "https://github.com/nomyx/gun-sync/issues" }, "homepage": "https://github.com/nomyx/gun-sync#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "gun": "^0.2020.1239" }, "devDependencies": { "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^29.5.12", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^17.0.2", "react-dom": "^17.0.2", "ts-jest": "^29.1.2", "typescript": "^5.4.5" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }