File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 17
17
"type" : " git" ,
18
18
"url" : " git+https://github.com/open-jike/jike-sdk.git"
19
19
},
20
- "author" : " 三咲智子 <sxzz@sxzz.moe>" ,
20
+ "author" : " Kevin Deng <sxzz@sxzz.moe>" ,
21
21
"files" : [
22
- " *.d.ts" ,
23
22
" dist"
24
23
],
25
- "main" : " dist/index.js" ,
26
- "module" : " dist/index.js" ,
27
- "types" : " dist/index.d.ts" ,
24
+ "main" : " ./ dist/index.js" ,
25
+ "module" : " ./ dist/index.js" ,
26
+ "types" : " ./ dist/index.d.ts" ,
28
27
"exports" : {
29
- "." : {
30
- "types" : " ./dist/index.d.ts" ,
31
- "require" : " ./dist/index.cjs" ,
32
- "import" : " ./dist/index.js"
33
- },
34
- "./*" : " ./*"
28
+ "." : " ./dist/index.js" ,
29
+ "./package.json" : " ./package.json"
35
30
},
36
31
"typesVersions" : {
37
32
"*" : {
53
48
"typecheck" : " tsc --noEmit" ,
54
49
"test" : " vitest" ,
55
50
"test:deno" : " cd tests/deno && deno run --allow-net --import-map=import_map.json --allow-env index.ts" ,
56
- "release" : " bumpp && pnpm publish " ,
51
+ "release" : " bumpp" ,
57
52
"prepublishOnly" : " pnpm run build"
58
53
},
59
54
"dependencies" : {
86
81
},
87
82
"prettier" : " @sxzz/prettier-config" ,
88
83
"tsdown" : {
89
- "platform" : " neutral"
84
+ "platform" : " neutral" ,
85
+ "exports" : true
90
86
}
91
87
}
You can’t perform that action at this time.
0 commit comments