loro/loro-js/package.json
Zixuan Chen 82b5f8dc90
Perf: speed up utf16 and wasm (#90)
* perf: remove unused transact field

* perf: micro optimization

* bench: fix bench

* bench: add utf16 bench

* chore: refine diagnose

* perf: speedup utf16 lookup

* perf: use better utf16 len counter

* refactor: use js to cast Loro/Transaction

* refactor: map and list use __loro and __txn

* test: configure ci vitest

* chore: ci
2023-04-03 09:29:25 +08:00

29 lines
653 B
JSON

{
"name": "loro-crdt",
"version": "1.0.6",
"description": "",
"main": "dist/loro.js",
"module": "dist/loro.mjs",
"typings": "dist/loro.d.ts",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "vitest run"
},
"author": "",
"license": "ISC",
"dependencies": {
"loro-wasm": "workspace"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"esbuild": "^0.17.12",
"rollup": "^3.20.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vite-plugin-wasm": "^3.2.2",
"vitest": "^0.29.7"
}
}