UNPKG

unniqqud

Version:

Remove niqqud (Hebrew vowel diacritics) and/or Ta'amim (Hebrew cantillation diacritics) from text.

52 lines 1.19 kB
{ "name": "unniqqud", "version": "0.1.1", "description": "Remove niqqud (Hebrew vowel diacritics) and/or Ta'amim (Hebrew cantillation diacritics) from text.", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/yehuthi/unniqqud.git" }, "keywords": [ "alphabet", "hebrew", "script", "letters", "tokens", "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" } }