istckimlik
Version:
A tool for validate Turkish Identification Number
53 lines (52 loc) • 1.41 kB
JSON
{
"name": "istckimlik",
"version": "1.1.3",
"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": "tslint -p tsconfig.json",
"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": ">= 6.0.0",
"npm": ">= 3.0.0",
"yarn": "^0.13.0"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"jest": "^28.1.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.7.4"
},
"files": [
"lib/**/*"
]
}