2023-03-24 02:08:11 +00:00
|
|
|
{
|
|
|
|
"name": "loro-crdt",
|
2024-10-19 15:22:20 +00:00
|
|
|
"version": "1.0.0-beta.4",
|
2023-11-10 12:41:11 +00:00
|
|
|
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
2024-05-20 22:40:05 +00:00
|
|
|
"keywords": [
|
|
|
|
"crdt",
|
|
|
|
"CRDTs",
|
|
|
|
"realtime",
|
|
|
|
"collaboration",
|
|
|
|
"sync",
|
|
|
|
"p2p"
|
|
|
|
],
|
2024-06-21 04:08:13 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/loro-dev/loro.git"
|
|
|
|
},
|
2023-03-24 02:08:11 +00:00
|
|
|
"main": "dist/loro.js",
|
|
|
|
"module": "dist/loro.mjs",
|
|
|
|
"typings": "dist/loro.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "rollup -c",
|
2023-03-24 03:44:32 +00:00
|
|
|
"watch": "rollup -c -w",
|
2024-04-03 11:24:48 +00:00
|
|
|
"test": "vitest run && npx tsc --noEmit",
|
2023-05-11 03:59:48 +00:00
|
|
|
"prepublish": "pnpm run build"
|
2023-03-24 02:08:11 +00:00
|
|
|
},
|
2023-11-10 12:41:11 +00:00
|
|
|
"author": "Loro",
|
|
|
|
"homepage": "https://loro.dev",
|
2023-11-12 15:23:12 +00:00
|
|
|
"license": "MIT",
|
2023-03-24 02:08:11 +00:00
|
|
|
"dependencies": {
|
2023-04-07 08:40:01 +00:00
|
|
|
"loro-wasm": "workspace:*"
|
2023-03-24 02:08:11 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
2023-07-28 18:03:51 +00:00
|
|
|
"@typescript-eslint/parser": "^6.2.0",
|
2023-12-13 02:25:00 +00:00
|
|
|
"@vitest/ui": "^1.0.4",
|
2023-11-03 08:59:27 +00:00
|
|
|
"esbuild": "^0.18.20",
|
2023-07-28 18:03:51 +00:00
|
|
|
"eslint": "^8.46.0",
|
2024-05-21 07:18:02 +00:00
|
|
|
"loro-crdt-old": "npm:loro-crdt@=0.16.0",
|
2024-10-09 09:42:05 +00:00
|
|
|
"loro-crdt-alpha-4": "npm:loro-crdt@=1.0.0-alpha.4",
|
2023-07-28 18:03:51 +00:00
|
|
|
"prettier": "^3.0.0",
|
2023-03-24 02:08:11 +00:00
|
|
|
"rollup": "^3.20.1",
|
|
|
|
"rollup-plugin-dts": "^5.3.0",
|
|
|
|
"rollup-plugin-esbuild": "^5.0.0",
|
2023-03-24 09:42:00 +00:00
|
|
|
"typescript": "^5.0.2",
|
|
|
|
"vite": "^4.2.1",
|
|
|
|
"vite-plugin-wasm": "^3.2.2",
|
2024-03-29 22:53:22 +00:00
|
|
|
"vitest": "^1.4.0"
|
2023-03-24 02:08:11 +00:00
|
|
|
}
|
2023-11-16 13:53:04 +00:00
|
|
|
}
|