{
  "name": "cedict-json",
  "version": "1.3.20251213",
  "description": "JSON-compatible representation of the CC-CEDICT dataset",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matt-tingen/cedict-json.git"
  },
  "license": "CC-BY-SA-4.0",
  "author": "Matt Tingen <matt.tingen@gmail.com>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    }
  },
  "main": "./index.cjs",
  "types": "./index.d.ts",
  "files": [
    "index.js",
    "index.cjs",
    "index.d.ts",
    "cedict.json"
  ],
  "scripts": {
    "build": "tsx src",
    "lint": "eslint --ext .ts src"
  },
  "devDependencies": {
    "@matt-tingen/eslint-config": "^0.12.0",
    "@types/node": "^22.13.11",
    "eslint": "^9.23.0",
    "prettier": "^3.5.3",
    "prettier-plugin-packagejson": "^2.5.10",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2"
  },
  "packageManager": "pnpm@10.6.1",
  "engines": {
    "node": "22"
  }
}
