UNPKG

@wordpress/sync

Version:
48 lines (47 loc) 1.12 kB
{ "name": "@wordpress/sync", "version": "1.28.0", "description": "Sync Data.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "sync" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/sync/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/sync" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "main": "build/index.js", "module": "build-module/index.js", "react-native": "src/index", "wpScript": true, "types": "build-types", "sideEffects": false, "dependencies": { "@babel/runtime": "7.25.7", "@types/simple-peer": "^9.11.5", "@wordpress/url": "^4.28.0", "import-locals": "^2.0.0", "lib0": "^0.2.42", "simple-peer": "^9.11.0", "y-indexeddb": "~9.0.11", "y-protocols": "^1.0.5", "y-webrtc": "~10.2.5", "yjs": "~13.6.6" }, "publishConfig": { "access": "public" }, "gitHead": "28cc2098f5ee28f89096b638533796538f495f72" }