Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Jan 6, 2021
1 parent 4121431 commit fe2e05c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
"repository": "https://github.com/akheron/typera",
"author": "Petri Lehtinen <[email protected]>",
"license": "MIT",
"files": ["*.js", "*.d.ts"],
"bin": {
"sqltyper": "cli.js"
},
"scripts": {
"start:dev": "ts-node src/cli.ts"
"build": "tsc",
"prepublishOnly": "yarn build"
},
"dependencies": {
"openapi-types": "^7.0.1",
Expand Down

0 comments on commit fe2e05c

Please sign in to comment.