loro/crates/loro-wasm/package.json
github-actions[bot] c36664e784
chore: version packages (#435)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-27 21:34:04 +08:00

30 lines
773 B
JSON

{
"name": "loro-wasm",
"version": "0.16.9",
"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"
],
"repository": {
"type": "git",
"url": "git+https://github.com/loro-dev/loro.git"
},
"main": "nodejs/loro_wasm.js",
"module": "bundler/loro_wasm.js",
"scripts": {
"release": "deno run -A ./scripts/build.ts release",
"dev": "deno run -A ./scripts/build.ts dev"
},
"homepage": "https://loro.dev",
"author": "",
"license": "MIT",
"devDependencies": {
"vite-plugin-top-level-await": "^1.2.2",
"vite-plugin-wasm": "^3.1.0"
}
}