From a64e93d083f34ab8da66fca2f4f8bb34ba552bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmetcan=20Y=C4=B1lmaz?= Date: Sat, 2 Nov 2024 23:24:38 +0300 Subject: [PATCH] chore: update package content --- package.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d3eaf67..4ed1a87 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "@commencis/cli", "version": "0.0.1", "description": "Commencis's CLI tool for creating & managing projects", - "author": "Commencis WEB Team", - "license": "Apache-2.0", - "type": "module", - "bin": { - "commencis": "bin/commencis" + "author": { + "name": "Commencis WEB Team", + "email": "wfedevelopers@commencis.com", + "url": "https://commencis.com/" }, + "license": "Apache-2.0", "homepage": "https://github.com/commencis/cli#readme", "bugs": { "url": "https://github.com/commencis/cli/issues" @@ -19,6 +19,13 @@ "publishConfig": { "access": "public" }, + "bin": { + "commencis": "bin/commencis" + }, + "files": [ + "dist" + ], + "type": "module", "engines": { "node": ">=20.18" },