diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 9b561c0..0000000 --- a/package-lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "reconcile", - "lockfileVersion": 3, - "requires": true, - "packages": {} -} diff --git a/reconcile-js/package.json b/reconcile-js/package.json index 1b52d30..1529c01 100644 --- a/reconcile-js/package.json +++ b/reconcile-js/package.json @@ -1,8 +1,31 @@ { "name": "reconcile", "version": "0.4.2", + "description": "Think diff3 or git merge, but with automated conflict resolution that requires no user intervention", "main": "dist/reconcile.node.js", "browser": "dist/reconcile.web.js", + "keywords": [ + "text editing", + "sync", + "collaborative editing", + "3-way", + "merge", + "conflict resolution", + "OT", + "operational transformation", + "CRDT" + ], + "homepage": "https://schmelczer.dev/reconcile/", + "repository": { + "type": "git", + "url": "https://github.com/schmelczer/reconcile.git" + }, + "bugs": { + "url": "https://github.com/schmelczer/reconcile/issues", + "email": "andras@schmelczer.dev" + }, + "author": "AndrĂ¡s Schmelczer", + "license": "MIT", "types": "dist/types/index.d.ts", "files": [ "dist/**/*" @@ -25,4 +48,4 @@ "webpack-cli": "^6.0.1", "webpack-merge": "^6.0.1" } -} +} \ No newline at end of file