Add npm metadata
This commit is contained in:
parent
40e654d8c3
commit
4d7db34488
2 changed files with 24 additions and 7 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"name": "reconcile",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue