Skip to content

Commit 29c319a

Browse files
committed
chore: update package.json
1 parent 9f64088 commit 29c319a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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"
@@ -12,6 +14,12 @@
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": {
@@ -25,6 +33,9 @@
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",

0 commit comments

Comments
 (0)