{
  "name": "yomichan-dict-reader",
  "version": "1.2.2",
  "description": "Reads Japanese dictionaries in a .zip format compatible with Yomichan.",
  "main": "yomichan.js",
  "scripts": {
    "test": "node ./test/test.js"
  },
  "keywords": [
    "japanese",
    "dictionary",
    "yomichan"
  ],
  "author": "Marv",
  "license": "MIT",
  "dependencies": {
    "jszip": "^3.10.1"
  },
  "homepage": "https://github.com/MarvNC/yomichan-dict-reader"
}
