UNPKG

@wordpress/sync

Version:
55 lines (54 loc) 1.28 kB
{ "name": "@wordpress/sync", "version": "1.37.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", "exports": { ".": { "types": "./build-types/index.d.ts", "import": "./build-module/index.js", "require": "./build/index.js" }, "./package.json": "./package.json" }, "react-native": "src/index", "types": "build-types", "sideEffects": false, "dependencies": { "@types/simple-peer": "^9.11.5", "@wordpress/hooks": "^4.37.0", "@wordpress/url": "^4.37.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": "2cf13ec6cf86153c9b3cf369bf5c59046f5cd950" }