Add npm metadata

This commit is contained in:
Andras Schmelczer 2025-07-09 22:45:28 +01:00
parent 40e654d8c3
commit 4d7db34488
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 24 additions and 7 deletions

6
package-lock.json generated
View file

@ -1,6 +0,0 @@
{
"name": "reconcile",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}

View file

@ -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"
}
}
}