Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 27, 2024
1 parent cdd61d9 commit 420f1fb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
"description": "Runtime typescript and ESM support for Node.js",
"repository": "unjs/jiti",
"license": "MIT",
"exports": {
".": {
"types": "./dist/jiti.d.ts",
"default": "./lib/index.js"
}
},
"main": "./lib/index.js",
"types": "dist/jiti.d.ts",
"bin": "bin/jiti.js",
"types": "./dist/jiti.d.ts",
"bin": {
"jiti": "bin/jiti.js"
},
"files": [
"lib",
"dist",
Expand Down

0 comments on commit 420f1fb

Please sign in to comment.