Skip to content

Commit

Permalink
npm package.json changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmp135 committed Nov 18, 2023
1 parent 20b9ee9 commit 85a640c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
"main": "./dist/index.js",
"license": "MIT",
"description": "Generate TypeScript definitions from database schemas.",
"bin": "./bin/sql-ts",
"bin": {
"sql-ts": "bin/sql-ts"
},
"types": "dist/index.d.ts",
"repository": "rmp135/sql-ts",
"repository": {
"type": "git",
"url": "git+https://github.com/rmp135/sql-ts.git"
},
"author": {
"name": "Ryan Poole"
},
Expand Down

0 comments on commit 85a640c

Please sign in to comment.