Skip to content

Commit

Permalink
chore(cli): Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 8, 2025
1 parent 23552a1 commit 871679a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "CLI for keyshade",
"main": "dist/src/index.js",
"private": false,
"repository": {
"url": "https://github.com/keyshade-xyz/keyshade",
"type": "git"
},
"type": "module",
"scripts": {
"build": "tsc && tsc-alias",
Expand All @@ -13,8 +17,8 @@
"publish": "pnpm build && pnpm publish --access public --provenance"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "keyshade",
"license": "MPL-2.0",
"dependencies": {
"@clack/core": "^0.3.4",
"@clack/prompts": "^0.7.0",
Expand Down

0 comments on commit 871679a

Please sign in to comment.