File tree Expand file tree Collapse file tree 2 files changed +19
-239
lines changed Expand file tree Collapse file tree 2 files changed +19
-239
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " untun" ,
3
3
"version" : " 0.1.0" ,
4
- "description" : " Tunnel your local HTTP(s) server to the world! Powered by Cloudflare Quick Tunnels" ,
4
+ "description" : " Tunnel your local HTTP(s) server to the world! Powered by Cloudflare Quick Tunnels. " ,
5
5
"repository" : " unjs/untun" ,
6
6
"license" : " MIT" ,
7
7
"sideEffects" : false ,
21
21
"main" : " ./dist/index.cjs" ,
22
22
"module" : " ./dist/index.mjs" ,
23
23
"types" : " ./dist/index.d.ts" ,
24
+ "bin" : {
25
+ "untun" : " ./bin/untun.mjs"
26
+ },
24
27
"files" : [
25
28
" dist" ,
26
29
" bin"
50
53
"jiti" : " ^1.19.1" ,
51
54
"prettier" : " ^3.0.1" ,
52
55
"typescript" : " ^5.1.6" ,
53
- "unbuild" : " ^1.2.1 " ,
56
+ "unbuild" : " ^2.0.0-rc.0 " ,
54
57
"vitest" : " ^0.34.1"
55
58
},
56
59
"packageManager" : " pnpm@8.6.12"
You can’t perform that action at this time.
0 commit comments