2022-12-07 17:28:51 +00:00
|
|
|
{
|
|
|
|
"name": "loro-wasm",
|
2024-08-27 13:34:04 +00:00
|
|
|
"version": "0.16.9",
|
2023-11-10 12:41:11 +00:00
|
|
|
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
2023-11-16 14:26:41 +00:00
|
|
|
"keywords": [
|
|
|
|
"crdt",
|
|
|
|
"CRDTs",
|
|
|
|
"realtime",
|
|
|
|
"collaboration",
|
|
|
|
"sync",
|
|
|
|
"p2p"
|
|
|
|
],
|
2024-06-21 04:08:13 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/loro-dev/loro.git"
|
|
|
|
},
|
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": {
|
2023-12-05 09:42:25 +00:00
|
|
|
"release": "deno run -A ./scripts/build.ts release",
|
|
|
|
"dev": "deno run -A ./scripts/build.ts dev"
|
2023-11-12 13:14:21 +00:00
|
|
|
},
|
2023-11-10 12:41:11 +00:00
|
|
|
"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-14 15:02:52 +00:00
|
|
|
}
|