diff --git a/node-ffi/package.json b/node-ffi/package.json index 0f9d172..56f44ca 100644 --- a/node-ffi/package.json +++ b/node-ffi/package.json @@ -3,6 +3,9 @@ "version": "0.0.0", "main": "index.js", "types": "index.d.ts", + "repository": { + "url": "https://github.com/kareszklub/roblib-rs" + }, "napi": { "name": "roblib-client-node", "triples": { @@ -13,7 +16,7 @@ ] } }, - "license": "GPL-3.0", + "license": "LGPL-2.1-or-later", "devDependencies": { "@napi-rs/cli": "^2.16.2", "ava": "^5.1.1"