{
  "name": "@yehuthi/hebrew",
  "version": "0.1.0",
  "description": "Hebrew utilities",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yehuthi/hebrew.js.git"
  },
  "keywords": [
    "alphabet",
    "hebrew",
    "script",
    "letters",
    "phoenician",
    "niqqud",
    "taamim"
  ],
  "author": "yehuthi",
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs.js",
  "module": "dist/index.mjs",
  "browser": "dist/index.umd.js",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs.js",
      "browser": "./dist/index.umd.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.3",
    "@types/jest": "^30.0.0",
    "jest": "^30.0.3",
    "rollup": "^4.44.1",
    "ts-jest": "^29.4.0",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "test": "jest",
    "build": "rollup -c"
  }
}