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",
|
"name": "loro-wasm",
|
||||||
"version": "0.4.1",
|
"version": "0.4.1",
|
||||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||||
"keywords": [
|
"keywords": ["crdt", "CRDTs", "realtime", "collaboration", "sync", "p2p"],
|
||||||
"crdt",
|
|
||||||
"CRDTs",
|
|
||||||
"realtime",
|
|
||||||
"collaboration",
|
|
||||||
"sync",
|
|
||||||
"p2p"
|
|
||||||
],
|
|
||||||
"main": "nodejs/loro_wasm.js",
|
"main": "nodejs/loro_wasm.js",
|
||||||
"module": "bundler/loro_wasm.js",
|
"module": "bundler/loro_wasm.js",
|
||||||
"scripts": {},
|
"scripts": {
|
||||||
|
"build": "denot task release"
|
||||||
|
},
|
||||||
"homepage": "https://loro.dev",
|
"homepage": "https://loro.dev",
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
Loading…
Reference in a new issue