{
  "name": "galjp",
  "version": "5.0.0",
  "description": "≠”兯儿亠ﾒウ子亦夂ｵ奐ラィ┐”ラױ",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "galjp": "./dist/cli.js"
  },
  "files": [
    "dist",
    "NOTICE",
    "LICENSE",
    "LICENSE-KanjiVG"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsup",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "check": "prettier --write . && eslint --fix .",
    "ci": "prettier --check . && eslint .",
    "typecheck": "tsc --noEmit",
    "data:fetch": "node scripts/fetch-sources.ts",
    "data:structure": "node scripts/extract-structure.ts",
    "data:legible": "node scripts/build-legible.ts",
    "data:port": "node scripts/port-v4-tables.ts",
    "data:build": "node scripts/build-tables.ts",
    "data:all": "npm run data:structure && npm run data:legible && npm run data:build",
    "coverage:report": "node scripts/coverage.ts",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/otnc/galjp.git"
  },
  "keywords": [
    "japan",
    "jp",
    "gal",
    "moji",
    "galmoji",
    "converter",
    "convert",
    "generate",
    "generator",
    "joke",
    "fun",
    "kana",
    "hiragana",
    "katakana",
    "kanji",
    "typescript"
  ],
  "author": "otoneko.",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/otnc/galjp/issues"
  },
  "homepage": "https://github.com/otnc/galjp#readme",
  "dependencies": {
    "commander": "^13.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.9.0",
    "eslint": "^9.15.0",
    "eslint-config-prettier": "^9.1.0",
    "jest": "^29.7.0",
    "prettier": "^3.3.3",
    "ts-jest": "^29.2.5",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.15.0"
  }
}
