loro/crates/loro-wasm/package.json

25 lines
604 B
JSON
Raw Normal View History

2022-12-07 17:28:51 +00:00
{
"name": "loro-wasm",
2023-11-12 13:10:24 +00:00
"version": "0.4.1",
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
2023-11-12 15:23:12 +00:00
"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",
2023-11-12 13:14:21 +00:00
"scripts": {
"build": "denot task release"
},
"homepage": "https://loro.dev",
2022-12-07 17:28:51 +00:00
"author": "",
2023-11-12 15:23:12 +00:00
"license": "MIT",
2022-12-12 05:44:49 +00:00
"devDependencies": {
"vite-plugin-top-level-await": "^1.2.2",
"vite-plugin-wasm": "^3.1.0"
}
2023-11-12 15:23:12 +00:00
}