mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 05:24:51 +00:00
18 lines
577 B
JSON
18 lines
577 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": "denot task release"
|
|
},
|
|
"homepage": "https://loro.dev",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"vite-plugin-top-level-await": "^1.2.2",
|
|
"vite-plugin-wasm": "^3.1.0"
|
|
}
|
|
}
|