diff --git a/package.json b/package.json index 2aab282..8ab5ea9 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,19 @@ { "name": "@openmfp/create-micro-frontend", - "version": "1.0.0", + "version": "0.1.4", "description": "CLI tool to scaffold micro frontend projects for portal integration", "main": "dist/index.js", "bin": { "create-micro-frontend": "dist/index.js" }, + "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/openmfp/create-micro-frontend.git" + }, + "bugs": { + "url": "https://github.com/openmfp/create-micro-frontend/issues" + }, "scripts": { "build": "tsc && npm run copy-templates", "copy-templates": "node scripts/copy-templates.js", @@ -23,7 +31,7 @@ "scaffold", "cli" ], - "author": "", + "author": "OpenMFP", "license": "Apache-2.0", "dependencies": { "chalk": "^5.6.2",