sozlukjs
Version:
An API library for Turkish Dictionary websites.
33 lines (32 loc) • 627 B
JSON
{
"name": "sozlukjs",
"version": "2.0.0",
"description": "An API library for Turkish Dictionary websites.",
"main": "index.js",
"scripts": {
"build": "node browserify-build.js",
"test": "jest"
},
"keywords": [
"sozluk",
"sözlük",
"dictionary",
"türkçe",
"turkish",
"english",
"ingilizce"
],
"author": "Atakan Ermiş",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AtakanErmis/sozlukjs.git"
},
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"browserify": "^17.0.0",
"jest": "^27.0.6"
}
}