Skip to content

Commit

Permalink
chore: run npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Nov 12, 2024
1 parent 405c15c commit 652532e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "4.6.2",
"description": "GUI for DynamoDB. Useful for local development.",
"main": "lib/backend.js",
"bin": "./bin/dynamodb-admin.js",
"bin": {
"dynamodb-admin": "bin/dynamodb-admin.js"
},
"scripts": {
"dev": "nodemon bin/dynamodb-admin.js",
"start": "node bin/dynamodb-admin.js",
Expand Down

0 comments on commit 652532e

Please sign in to comment.