loro/crates/loro-wasm/package.json
2023-11-14 23:02:52 +08:00

25 lines
604 B
JSON

{
"name": "loro-wasm",
"version": "0.4.1",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
"keywords": [
"crdt",
"CRDTs",
"realtime",
"collaboration",
"sync",
"p2p"
],
"main": "nodejs/loro_wasm.js",
"module": "bundler/loro_wasm.js",
"scripts": {
"build": "deno task release"
},
"homepage": "https://loro.dev",
"author": "",
"license": "MIT",
"devDependencies": {
"vite-plugin-top-level-await": "^1.2.2",
"vite-plugin-wasm": "^3.1.0"
}
}