jawi
Version:
42 lines (41 loc) • 757 B
JSON
{
"name": "jawi",
"version": "0.0.1",
"description": "Jawi",
"main": "jawi/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreihar/jawi.js.git"
},
"files": [
"jawi/**/*",
"LICENSE",
"README.md"
],
"keywords": [
"taiwan",
"taiwanese",
"taigi",
"hokkien",
"romanization",
"transliteration",
"transliterator",
"tokenization",
"tokenizer"
],
"author": "Andrei Harbachov",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreihar/jawi.js/issues"
},
"homepage": "https://github.com/andreihar/jawi.js#readme",
"devDependencies": {
"jest": "^29.7.0"
},
"engines": {
"node": ">=18"
}
}