Skip to content

Commit 1fbe102

Browse files
committed
chores: update package.json
1 parent db653bc commit 1fbe102

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

package.json

+22-3
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,32 @@
3131
"engines": {
3232
"node": ">= 10"
3333
},
34+
"homepage": "https://github.com/openmdict",
35+
"bugs": "https://github.com/OPENMDICT/node-mdx-dict-parser/issues",
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/OPENMDICT/node-mdx-dict-parser"
39+
},
40+
"author": {
41+
"name": "但为君故",
42+
"email": "codemetic@outlook.com",
43+
"url": "https://dreams.plus"
44+
},
45+
"keywords": [
46+
"dictionary",
47+
"mdx",
48+
"dict",
49+
"dictionary-parser",
50+
"mdict",
51+
"parser"
52+
],
3453
"scripts": {
3554
"artifacts": "napi artifacts",
3655
"build": "napi build --platform --release",
3756
"build:debug": "napi build --platform",
38-
"format:js":"prettier --write ./**/*.{js,jsx,ts,tsx}",
39-
"format:rust":"cargo fmt",
40-
"format":"pnpm run format:js && pnpm run format:rust",
57+
"format:js": "prettier --write ./**/*.{js,jsx,ts,tsx}",
58+
"format:rust": "cargo fmt",
59+
"format": "pnpm run format:js && pnpm run format:rust",
4160
"prepublishOnly": "napi prepublish -t npm",
4261
"test": "jest",
4362
"universal": "napi universal",

0 commit comments

Comments
 (0)