{
  "name": "@bicstone/ra-language-japanese",
  "description": "Japanese messages for react-admin",
  "version": "5.15.0",
  "author": "Oishi Takanori",
  "bugs": {
    "url": "https://github.com/bicstone/ra-language-japanese/issues"
  },
  "peerDependencies": {
    "ra-core": "^5.0.0"
  },
  "dependencies": {
    "ra-core": "^5.0.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.18.5",
    "@biomejs/biome": "2.5.6",
    "all-contributors-cli": "6.26.1",
    "prettier": "3.9.6",
    "publint": "0.3.23",
    "typescript": "6.0.3",
    "zshy": "0.7.3"
  },
  "files": [
    "LICENSE",
    "README.md",
    "SECURITY.md",
    "dist",
    "src"
  ],
  "homepage": "https://github.com/bicstone/ra-language-japanese/",
  "keywords": [
    "admin-on-rest",
    "react",
    "react-admin",
    "translation",
    "i18n",
    "japanese"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bicstone/ra-language-japanese.git"
  },
  "sideEffects": false,
  "type": "module",
  "zshy": "./src/index.ts",
  "module": "./dist/index.js",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "scripts": {
    "check": "biome check .",
    "check:package": "attw --pack . && publint",
    "build": "zshy",
    "postbuild": "node ./scripts/fix-exports.mjs"
  }
}