@erkanarslan/turkish-inflection
Version:
A library to inflect Turkish words
39 lines (38 loc) • 774 B
JSON
{
"name": "@erkanarslan/turkish-inflection",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/erkanarslan/turkish-inflection"
},
"description": "A library to inflect Turkish words",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"prepublish": "tsc"
},
"keywords": [
"Turkish",
"inflection",
"Türkçe",
"çekimleme",
"word",
"inflection",
"sözcük",
"çekimleme",
"inflection",
"inflect",
"words",
"çekimleme"
],
"author": "Erkan Arslan",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}