Skip to content

Commit

Permalink
chore: add additional info in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev committed Dec 4, 2024
1 parent d686305 commit a41bb89
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
{
"name": "okineadev",
"version": "0.0.10",
"module": "src/index.ts",
"main": "src/index.ts",
"module": "src/index.ts",
"bin": {
"okineadev": "dist/cli.js"
},
"type": "module",
"author": {
"name": "Okinea Dev",
"url": "https://okinea.dev"
},
"bugs": {
"url": "https://github.com/okineadev/okineadev-npm/issues"
},
"description": "💻 Just my contacts in the CLI",
"keywords": [
"cli",
"portfolio",
"typescript",
"links",
"bun"
],
"packageManager": "bun@1.1.38",
"repository": {
"type": "git",
"url": "git+https://github.com/okineadev/okineadev-npm.git"
Expand Down

0 comments on commit a41bb89

Please sign in to comment.