{
  "name": "japanese-db",
  "version": "0.19.3",
  "description": "Generate Japanese dictionary SQLite database from open source materials",
  "main": "./dist/commonjs/index.js",
  "scripts": {
    "clean": "npx rimraf ./dist ./src/gen ./lib/gen ./temp ./test/temp",
    "test:build-db": "npx rimraf ./test/temp && npx . sqlite -s ./test/fixtures -d ./test/temp",
    "build": "npm run clean && node scripts/build-source.js && npx tsc",
    "watch": "npx tsc --watch",
    "test": "npm run test:build-db && npx jest ./test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://echamudi@github.com/echamudi/japanese-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/echamudi/japanese-toolkit/issues"
  },
  "homepage": "https://github.com/echamudi/japanese-toolkit/tree/master/packages/japanese-db#readme",
  "keywords": [
    "japanese",
    "jmdict",
    "sqlite",
    "json"
  ],
  "bin": "./lib/bin/cli.js",
  "author": "Ezzat Chamudi",
  "license": "MPL-2.0",
  "files": [
    "/dist",
    "/src",
    "/lib",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "commander": "^5.1.0",
    "furigana": "^0.19.3",
    "kanji": "^0.19.3",
    "papaparse": "^5.2.0",
    "sqlite3": "^4.2.0",
    "xml2json": "^0.12.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.4",
    "jest": "^26.1.0",
    "rimraf": "^3.0.2",
    "typescript": "^3.9.2"
  },
  "gitHead": "36545c31829bdce58270d5ccd7229db9257f3978"
}
