istckimlik
Version:
A tool for validate Turkish Identification Number
59 lines (58 loc) • 1.62 kB
JSON
{
"name": "istckimlik",
"version": "1.2.6",
"description": "A tool for validate Turkish Identification Number",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add . && git commit -m \"version change\"",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@github.com:serkanalgur/istckimlik.git"
},
"keywords": [
"tc kimlik",
"doğrulama",
"validate",
"turkish identification",
"validator"
],
"author": "Serkan Algur <kaisercrazy@gmail.com> (https://github.com/serkanalgur)",
"license": "ISC",
"bugs": {
"url": "https://github.com/serkanalgur/istckimlik/issues"
},
"homepage": "https://github.com/serkanalgur/istckimlik#readme",
"engines": {
"node": ">= 18.0.0",
"npm": ">= 11.5.1",
"yarn": "^1.22.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"files": [
"lib/**/*"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}