UNPKG

turkce-js

Version:

TDK (Türk Dil Kurumu) sözlüğünden kelime anlamları, otomatik tamamlama, kelime doğrulama, formatlı çıktı ve toplu sorgulama sağlayan Node.js paketi.

55 lines (54 loc) 1.11 kB
{ "name": "turkce-js", "version": "2.0.0", "description": "TDK (Türk Dil Kurumu) sözlüğünden kelime anlamları, otomatik tamamlama, kelime doğrulama, formatlı çıktı ve toplu sorgulama sağlayan Node.js paketi.", "main": "index.js", "bin": { "turkce-js": "./cli.js" }, "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/utkuberkaykoc/turkce-js.git" }, "keywords": [ "turkish", "dictionary", "tdk", "word-definition", "sozluk", "turkce", "vocabulary", "language", "word-search", "lexicon", "translations", "open-data", "meaning", "cli", "terminal", "batch-lookup", "bulk-search", "text-file", "word-check", "automation", "turkce-sozluk", "turkce-kelime", "turkce-lugat", "api", "turkish-api", "language-processing", "text-processing", "word-lookup", "free", "public-api", "ücretsiz" ], "author": "Utku Berkay Koç", "license": "MIT", "dependencies": { "node-fetch": "^2.6.7" } }