mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 06:42:21 +00:00
chore: add build script to loro-wasm
This commit is contained in:
parent
b4721eb89a
commit
9a6a4e61f1
1 changed files with 4 additions and 9 deletions
|
@ -2,17 +2,12 @@
|
|||
"name": "loro-wasm",
|
||||
"version": "0.4.1",
|
||||
"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"
|
||||
],
|
||||
"keywords": ["crdt", "CRDTs", "realtime", "collaboration", "sync", "p2p"],
|
||||
"main": "nodejs/loro_wasm.js",
|
||||
"module": "bundler/loro_wasm.js",
|
||||
"scripts": {},
|
||||
"scripts": {
|
||||
"build": "denot task release"
|
||||
},
|
||||
"homepage": "https://loro.dev",
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Reference in a new issue