turkish-tools
Version:
Kapsamlı Türkçe veri işleme, doğrulama, formatlama ve sahte Türkçe veri üretme araçları kütüphanesi
59 lines • 1.32 kB
JSON
{
"name": "turkish-tools",
"version": "1.1.0",
"description": "Kapsamlı Türkçe veri işleme, doğrulama, formatlama ve sahte Türkçe veri üretme araçları kütüphanesi",
"main": "index.js",
"scripts": {
"test": "node test.js",
"start": "node index.js",
"lint": "eslint *.js",
"format": "prettier --write *.js",
"docs": "jsdoc -c jsdoc.json",
"build": "npm run lint && npm run test"
},
"keywords": [
"turkish",
"türkçe",
"turkish-tools",
"validation",
"formatting",
"faker",
"data-processing",
"text-processing",
"address",
"phone",
"iban",
"tc-kimlik",
"plaka",
"currency",
"date",
"encryption",
"statistics",
"network",
"utilities"
],
"author": "Mert Demir <mertdmrrrs@hotmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/codeewithmert/turkish-tools.git"
},
"bugs": {
"url": "https://github.com/codeewithmert/turkish-tools/issues"
},
"homepage": "https://github.com/codeewithmert/turkish-tools#readme",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {},
"devDependencies": {
"eslint": "^8.0.0",
"prettier": "^2.8.0",
"jsdoc": "^3.6.0"
},
"files": [
"*.js",
"README.md",
"LICENSE"
]
}