mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
chore(js): add metadata to package.json
This commit is contained in:
parent
402e73ab68
commit
bab5136636
1 changed files with 19 additions and 0 deletions
19
dist/js/publish/package.json
vendored
19
dist/js/publish/package.json
vendored
|
@ -1,6 +1,25 @@
|
|||
{
|
||||
"name": "@codemp/native",
|
||||
"version": "0.0.7",
|
||||
"description": "code multiplexer -- javascript bindings",
|
||||
"keywords": [
|
||||
"codemp",
|
||||
"collaborative",
|
||||
"ffi",
|
||||
"rust",
|
||||
"editors"
|
||||
],
|
||||
"license": "GPL-3.0",
|
||||
"author": {
|
||||
"url": "https://hexed.technology"
|
||||
},
|
||||
"contributors": [
|
||||
{ "name": "alemi", "email": "me@alemi.dev" },
|
||||
{ "name": "frelodev", "email": "frelodev@gmail.com" },
|
||||
{ "name": "zaaarf", "email": "me@zaaarf.foo" },
|
||||
{ "name": "cschen", "email": "cschen@codemp.dev" }
|
||||
],
|
||||
"repository": "https://github.com/hexedtech/codemp",
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.18.4"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue