2022-12-07 17:28:51 +00:00
|
|
|
{
|
|
|
|
"name": "loro-wasm",
|
2023-11-10 12:41:11 +00:00
|
|
|
"version": "0.4.0",
|
|
|
|
"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"
|
|
|
|
],
|
2022-12-07 17:28:51 +00:00
|
|
|
"main": "nodejs/loro_wasm.js",
|
|
|
|
"module": "bundler/loro_wasm.js",
|
2022-12-12 05:44:49 +00:00
|
|
|
"scripts": {},
|
2023-11-10 12:41:11 +00:00
|
|
|
"homepage": "https://loro.dev",
|
2022-12-07 17:28:51 +00:00
|
|
|
"author": "",
|
2022-12-12 05:44:49 +00:00
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"vite-plugin-top-level-await": "^1.2.2",
|
|
|
|
"vite-plugin-wasm": "^3.1.0"
|
|
|
|
}
|
2022-12-07 17:28:51 +00:00
|
|
|
}
|