Skip to content

Commit

Permalink
put some stuff in package.json like we're really gonna publish
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed May 1, 2024
1 parent e04ea7c commit c4d22a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/openapi-gen-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@
"engines": {
"node": ">=18"
},
"type": "module",
"main": "./dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"bin": {
"@oxide/openapi-gen-ts": "./dist/index.mjs"
},
"tsup": {
"entry": ["src/index.ts"],
"format": ["cjs", "esm"],
"shims": true
},
"scripts": {
Expand Down

0 comments on commit c4d22a3

Please sign in to comment.