UNPKG

tc-check

Version:

A Node.js and TypeScript package to validate Turkish citizens using first name, last name, birth year, and T.C. Kimlik Number via the official government API.

53 lines 1.29 kB
{ "name": "tc-check", "version": "1.0.1", "description": "A Node.js and TypeScript package to validate Turkish citizens using first name, last name, birth year, and T.C. Kimlik Number via the official government API.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint . --ext .ts", "prepare": "npm run build" }, "keywords": [ "turkish-id", "tc-kimlik", "identity-verification", "person-verification", "api-wrapper", "batch-validation" ], "author": { "name": "Omer GS", "email": "contact@omergs.com", "url": "https://github.com/OmerGS" }, "license": "MIT", "devDependencies": { "@types/jest": "^29.5.2", "@types/node": "^20.4.2", "jest": "^29.6.1", "ts-jest": "^29.1.0", "typescript": "^5.2.2", "eslint": "^8.47.0", "@typescript-eslint/parser": "^6.5.2", "@typescript-eslint/eslint-plugin": "^6.5.2" }, "dependencies": { "axios": "^1.6.6" }, "repository": { "type": "git", "url": "git+https://github.com/omergs/tc-check.git" }, "bugs": { "url": "https://github.com/omergs/tc-check/issues" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }