{
  "name": "yomichan-dict-builder",
  "version": "2.11.3",
  "description": "Build Yomichan/Yomitan dictionaries with ease.",
  "main": "dist/index.js",
  "scripts": {
    "format": "npx prettier --write .",
    "check-format": "npx prettier --check .",
    "build": "tsc",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MarvNC/yomichan-dict-builder.git"
  },
  "keywords": [
    "yomichan",
    "yomitan",
    "dictionaries",
    "japanese",
    "chinese"
  ],
  "author": "MarvNC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MarvNC/yomichan-dict-builder/issues"
  },
  "homepage": "https://github.com/MarvNC/yomichan-dict-builder#readme",
  "devDependencies": {
    "@types/node": "^20.10.5",
    "prettier": "^3.1.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "jszip": "^3.10.1"
  }
}
