Skip to content

Commit

Permalink
chores: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinOrange committed Dec 12, 2024
1 parent db653bc commit 1fbe102
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,32 @@
"engines": {
"node": ">= 10"
},
"homepage": "https://github.com/openmdict",
"bugs": "https://github.com/OPENMDICT/node-mdx-dict-parser/issues",
"repository": {
"type": "git",
"url": "https://github.com/OPENMDICT/node-mdx-dict-parser"
},
"author": {
"name": "但为君故",
"email": "[email protected]",
"url": "https://dreams.plus"
},
"keywords": [
"dictionary",
"mdx",
"dict",
"dictionary-parser",
"mdict",
"parser"
],
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release",
"build:debug": "napi build --platform",
"format:js":"prettier --write ./**/*.{js,jsx,ts,tsx}",
"format:rust":"cargo fmt",
"format":"pnpm run format:js && pnpm run format:rust",
"format:js": "prettier --write ./**/*.{js,jsx,ts,tsx}",
"format:rust": "cargo fmt",
"format": "pnpm run format:js && pnpm run format:rust",
"prepublishOnly": "napi prepublish -t npm",
"test": "jest",
"universal": "napi universal",
Expand Down

0 comments on commit 1fbe102

Please sign in to comment.