diff --git a/packages/cli/package.json b/packages/cli/package.json index 128fc4d..7d1af3c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,6 +2,8 @@ "name": "@stack-spot/citron-navigator-cli", "version": "1.0.0", "main": "dist/index.js", + "license": "Apache-2.0", + "homepage": "https://github.com/stack-spot/citron-navigator", "scripts": { "build": "tsc --project tsconfig.build.json --declaration", "test": "jest", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 5539dda..4cfb402 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -4,6 +4,8 @@ "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", + "license": "Apache-2.0", + "homepage": "https://github.com/stack-spot/citron-navigator", "scripts": { "build": "tsc --project tsconfig.build.json --declaration && tsc-esm-fix --target='dist'", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",