File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-hooks-plus" ,
3
- "version" : " 1.6.0-alpha.4 " ,
3
+ "version" : " 1.6.0-alpha.5 " ,
4
4
"description" : " Vue hooks library" ,
5
5
"files" : [
6
6
" dist" ,
11
11
" package.json" ,
12
12
" README.md"
13
13
],
14
+ "exports" : {
15
+ "." : {
16
+ "types" : " ./lib/index.d.ts" ,
17
+ "require" : " ./lib/index.js" ,
18
+ "import" : " ./es/index.js"
19
+ },
20
+ "./*" : " ./*" ,
21
+ "./metadata" : {
22
+ "types" : " ./metadata.d.ts" ,
23
+ "require" : " ./metadata.cjs" ,
24
+ "import" : " ./metadata.mjs"
25
+ }
26
+ },
14
27
"main" : " ./lib/index.js" ,
15
28
"module" : " ./es/index.js" ,
16
29
"types" : " ./lib/index.d.ts" ,
32
45
"build:types" : " vue-tsc --noEmit && vite build --mode fullTypes" ,
33
46
"type" : " tsc -d"
34
47
},
35
- "peerDependencies" : {
36
- "vue" : " ^3.2.25"
37
- },
38
48
"dependencies" : {
39
49
"@types/js-cookie" : " ^3.0.1" ,
40
50
"intersection-observer" : " ^0.12.2" ,
You can’t perform that action at this time.
0 commit comments