11{
2- "name" : " delta-comic- plugin-layout" ,
2+ "name" : " @ delta-comic/ plugin-layout" ,
33 "version" : " 0.0.0-semantic-released" ,
44 "description" : " 希望的涟漪" ,
55 "homepage" : " https://github.com/delta-comic/delta-comic-plugin-layout" ,
1313 "url" : " https://github.com/delta-comic/delta-comic-plugin-layout.git"
1414 },
1515 "files" : [
16- " ./type /**/*" ,
16+ " ./dist /**/*" ,
1717 " ./package.json"
1818 ],
1919 "type" : " module" ,
20- "types" : " ./type /main.d.ts" ,
20+ "types" : " ./dist/src /main.d.ts" ,
2121 "exports" : {
22- "types" : " ./type/src/main.d.ts" ,
23- "import" : " ./type/src/main.d.ts" ,
24- "node" : " ./type/src/main.d.ts" ,
25- "require" : " ./type/src/main.d.ts" ,
26- "module-sync" : " ./type/src/main.d.ts" ,
27- "default" : " ./type/src/main.d.ts"
22+ "types" : " ./dist/src/main.d.ts" ,
23+ "import" : " ./dist/src/main.d.ts" ,
24+ "node" : " ./dist/src/main.d.ts" ,
25+ "require" : " ./dist/src/main.d.ts" ,
26+ "module-sync" : " ./dist/src/main.d.ts" ,
27+ "default" : " ./dist/src/main.d.ts"
28+ },
29+ "publishConfig" : {
30+ "registry" : " https://npm.pkg.github.com"
2831 },
2932 "scripts" : {
30- "dev" : " vp dev" ,
3133 "build" : " vp build && cd ./dist && zip -r plugin.zip ./*" ,
32- "preview " : " vp preview " ,
34+ "dev " : " vp dev " ,
3335 "lint" : " vp lint --type-aware" ,
34- "lint:fix" : " vp lint --fix --type-aware" ,
3536 "lint-staged" : " lint-staged" ,
37+ "lint:fix" : " vp lint --fix --type-aware" ,
38+ "preview" : " vp preview" ,
39+ "set-ver" : " node ./script/set-version.mts" ,
3640 "typecheck" : " vue-tsc --noEmit -p ./tsconfig.json --composite false"
3741 },
3842 "dependencies" : {
6872 "@commitlint/types" : " ^20.5.0" ,
6973 "@cspell/dict-npm" : " ^5.2.38" ,
7074 "@cspell/dict-rust" : " ^4.1.2" ,
71- "@delta-comic/vite" : " ^1.3.6 " ,
75+ "@delta-comic/vite" : " ^2.1.0 " ,
7276 "@semantic-release/changelog" : " ^6.0.3" ,
7377 "@semantic-release/git" : " ^10.0.1" ,
7478 "@semantic-release/github" : " ^12.0.6" ,
9498 "vue-component-type-helpers" : " ^3.2.6" ,
9599 "vue-tsc" : " ^3.2.6"
96100 },
101+ "packageManager" : " pnpm@10.33.2" ,
97102 "pnpm" : {
98103 "overrides" : {
99104 "@microsoft/api-extractor" : " 7.48.1" ,
106111 " core-js" ,
107112 " esbuild"
108113 ]
109- },
110- "packageManager" : " pnpm@10.33.0"
111- }
114+ }
115+ }
0 commit comments