diff --git a/package-lock.json b/package-lock.json index 19f19d4..71a227c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "@bn3t/ssin-lib", "version": "0.0.8", + "license": "MIT", "dependencies": { "commander": "^12.1.0" }, diff --git a/package.json b/package.json index 1223dbd..9a53f0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,14 @@ { "name": "@bn3t/ssin-lib", "version": "0.0.8", + "description": "Library and CLI for Belgian SSIN generation and validation", + "author": "Bernard Niset", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/bn3t/ssin-lib" + }, + "homepage": "https://github.com/bn3t/ssin-lib", "type": "module", "main": "dist/lib/index.cjs", "module": "dist/lib/index.js",