Skip to content

Commit

Permalink
feat(package.json): add info
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Oct 8, 2024
1 parent 1b6612b commit 369cef3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"name": "bun-cmigemo",
"type": "module",
"module": "cli.ts",
"version": "0.0.0",
"description": "Bun bindings for cmigemo",
"author": "ryoppippi",
"license": "MIT",
"repository": "ryoppippi/bun-cmigemo",
"exports": {
".": "./lib/index.ts"
},
"bin": {
"bun-cmigemo": "./cli.ts"
},
"scripts": {
"cli": "bun run cli.ts",
"app": " bun run --hot ./app/index.tsx",
Expand Down

0 comments on commit 369cef3

Please sign in to comment.