File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 44 "version" : " 0.0.1" ,
55 "description" : " OpenHarmony/HarmonyOS qemu image manager." ,
66 "author" : " Naily Zero <zero@naily.cc> (https://naily.cc)" ,
7+ "license" : " MIT" ,
8+ "homepage" : " https://github.com/ohosvscode/image-manager" ,
79 "repository" : {
810 "type" : " git" ,
911 "url" : " https://github.com/ohosvscode/image-manager"
1214 "url" : " https://github.com/ohosvscode/image-manager/issues" ,
1315 "email" : " zero@naily.cc"
1416 },
17+ "keywords" : [
18+ " openharmony" ,
19+ " harmonyos" ,
20+ " qemu" ,
21+ " arkts"
22+ ],
1523 "exports" : {
1624 "." : {
1725 "types" : {
2533 "main" : " dist/index.cjs" ,
2634 "module" : " dist/index.mjs" ,
2735 "types" : " dist/index.d.cts" ,
36+ "files" : [
37+ " dist"
38+ ],
2839 "scripts" : {
2940 "build" : " tsdown --dts --format esm,cjs src/index.ts src/default-product-config.ts" ,
3041 "test" : " vitest --coverage --ui" ,
You can’t perform that action at this time.
0 commit comments