loro/crates/loro-wasm/package.json

31 lines
780 B
JSON
Raw Normal View History

2022-12-07 17:28:51 +00:00
{
"name": "loro-wasm",
2024-10-09 11:30:25 +00:00
"version": "1.0.0-alpha.5",
"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"
],
"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": {
"release": "deno run -A ./scripts/build.ts release",
"dev": "deno run -A ./scripts/build.ts dev"
2023-11-12 13:14:21 +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
}