fonema
Version:
Ultra-minimal Spanish text cleaning library for TTS - 100% Effect-TS & ESM
46 lines (45 loc) • 943 B
JSON
{
"name": "fonema",
"version": "0.0.7",
"description": "Ultra-minimal Spanish text cleaning library for TTS - 100% Effect-TS & ESM",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"effect": "^3.0.0"
},
"devDependencies": {
"typescript": "^5.0.0"
},
"keywords": [
"spanish",
"text-cleaning",
"tts",
"text-to-speech",
"effect-ts",
"normalization"
],
"author": "@blissito",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/blissito/fonema.git"
},
"homepage": "https://github.com/blissito/fonema#readme",
"bugs": {
"url": "https://github.com/blissito/fonema/issues"
}
}