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 4
4
"version" : " 0.2.4" ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"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
+ },
7
13
"keywords" : [
8
14
" proxy" ,
9
15
" nuxt" ,
12
18
" connect" ,
13
19
" h3"
14
20
],
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" ,
23
21
"exports" : {
24
22
"." : {
25
- "import " : " ./dist/module.mjs " ,
23
+ "types " : " ./dist/module.d.ts " ,
26
24
"require" : " ./dist/module.cjs" ,
27
- "types " : " ./dist/module.d.ts "
25
+ "import " : " ./dist/module.mjs "
28
26
},
29
27
"./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 "
32
30
}
33
31
},
32
+ "main" : " ./dist/module.cjs" ,
33
+ "types" : " ./dist/types.d.ts" ,
34
34
"files" : [
35
35
" dist" ,
36
36
" *.d.ts"
You can’t perform that action at this time.
0 commit comments