chore(js): add metadata to package.json

This commit is contained in:
əlemi 2024-09-10 00:00:04 +02:00
parent 402e73ab68
commit bab5136636
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -1,6 +1,25 @@
{ {
"name": "@codemp/native", "name": "@codemp/native",
"version": "0.0.7", "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": { "devDependencies": {
"@napi-rs/cli": "^2.18.4" "@napi-rs/cli": "^2.18.4"
}, },