mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-28 09:25:36 +00:00
f86421ee75
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "loro-crdt",
|
|
"version": "0.16.3",
|
|
"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"
|
|
],
|
|
"main": "dist/loro.js",
|
|
"module": "dist/loro.mjs",
|
|
"typings": "dist/loro.d.ts",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"watch": "rollup -c -w",
|
|
"test": "vitest run && npx tsc --noEmit",
|
|
"prepublish": "pnpm run build"
|
|
},
|
|
"author": "Loro",
|
|
"homepage": "https://loro.dev",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loro-wasm": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@typescript-eslint/parser": "^6.2.0",
|
|
"@vitest/ui": "^1.0.4",
|
|
"esbuild": "^0.18.20",
|
|
"eslint": "^8.46.0",
|
|
"loro-crdt-old": "npm:loro-crdt@=0.16.0",
|
|
"prettier": "^3.0.0",
|
|
"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": "^1.4.0"
|
|
}
|
|
}
|