File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 44 "version" : " 0.2.4" ,
55 "packageManager" :
" [email protected] " ,
66 "description" : " Http-proxy middleware for Nuxt 3." ,
7+ "author" :
" Robert Soriano <[email protected] >" ,
8+ "license" : " MIT" ,
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/wobsoriano/nuxt-proxy.git"
12+ },
713 "keywords" : [
814 " proxy" ,
915 " nuxt" ,
1218 " connect" ,
1319 " h3"
1420 ],
15- "license" : " MIT" ,
16- "author" :
" Robert Soriano <[email protected] >" ,
17- "repository" : {
18- "type" : " git" ,
19- "url" : " https://github.com/wobsoriano/nuxt-proxy.git"
20- },
21- "main" : " ./dist/module.cjs" ,
22- "types" : " ./dist/types.d.ts" ,
2321 "exports" : {
2422 "." : {
25- "import " : " ./dist/module.mjs " ,
23+ "types " : " ./dist/module.d.ts " ,
2624 "require" : " ./dist/module.cjs" ,
27- "types " : " ./dist/module.d.ts "
25+ "import " : " ./dist/module.mjs "
2826 },
2927 "./middleware" : {
30- "import " : " ./dist/runtime/middleware.mjs " ,
31- "types " : " ./dist/runtime/middleware.d.ts "
28+ "types " : " ./dist/runtime/middleware.d.ts " ,
29+ "import " : " ./dist/runtime/middleware.mjs "
3230 }
3331 },
32+ "main" : " ./dist/module.cjs" ,
33+ "types" : " ./dist/types.d.ts" ,
3434 "files" : [
3535 " dist" ,
3636 " *.d.ts"
You can’t perform that action at this time.
0 commit comments