{
  "name": "tckn-vkn-validator",
  "version": "1.1.4",
  "description": "A library for validating Turkish Identification Numbers (TCKN) and Tax Identification Numbers (VKN).",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "keywords": [
    "tckn",
    "vkn",
    "tckn validation",
    "vkn validation",
    "turkey",
    "tax id",
    "identity"
  ],
  "author": "MhmtMutlu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/MhmtMutlu/tckn-vkn-validator.git"
  },
  "bugs": {
    "url": "https://github.com/MhmtMutlu/tckn-vkn-validator/issues"
  },
  "homepage": "https://github.com/MhmtMutlu/tckn-vkn-validator#readme",
  "files": [
    "dist",
    "README.md"
  ],
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-typescript": "^7.26.0",
    "@types/node": "^22.10.2",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "typescript": "^5.7.2"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc && babel src --extensions \".ts,.tsx\" --out-dir dist",
    "prepare": "npm run build"
  }
}
