node-tckimlik
Version:
node-tckimlik uses NVI endpoints to validate Turkish Republic identity numbers
26 lines (25 loc) • 536 B
JSON
{
"name": "node-tckimlik",
"version": "0.0.2",
"description": "node-tckimlik uses NVI endpoints to validate Turkish Republic identity numbers",
"main": "./index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/emreycolakoglu/node-tckimlik.git"
},
"keywords": [
"tckimlik",
"tckn"
],
"author": "Emre Colakoglu <emrinho@gmail.com>",
"license": "ISC",
"dependencies": {
"soap": "^0.33.0"
},
"devDependencies": {
"jest": "^26.4.2"
}
}