chore: add build script to loro-wasm

This commit is contained in:
Zixuan Chen 2023-11-12 21:14:21 +08:00
parent b4721eb89a
commit 9a6a4e61f1
No known key found for this signature in database

View file

@ -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",