{
  "name": "@ppasmik/birth-number-utils",
  "version": "2.0.7",
  "description": "A TypeScript/JavaScript library for generating, validating, and parsing Czech and Slovak birth numbers (rodné číslo).",
  "author": "Peter Pasmik",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/p333ter/birth-number-utils.git"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=14.18.0"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "jest --config jest.config.js --passWithNoTests",
    "test:watch": "jest --config jest.config.js --watch",
    "test:coverage": "jest --config jest.config.js --coverage",
    "prepare": "npm run build",
    "dev": "cd example && npm start",
    "clean": "rimraf dist",
    "lint": "eslint src --ext .ts",
    "prebuild": "npm run clean",
    "docs": "typedoc --out docs src/index.ts"
  },
  "dependencies": {
    "dayjs": "^1.11.10"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "rimraf": "^5.0.0",
    "rollup": "^4.0.0",
    "rollup-plugin-dts": "^6.0.0",
    "ts-jest": "^29.2.5",
    "tslib": "^2.6.2",
    "typescript": "^5.0.0",
    "@types/jest": "^29.0.0",
    "jest": "^29.0.0",
    "jest-environment-node": "^29.0.0"
  },
  "keywords": [
    "birth-number",
    "rodne-cislo",
    "czech",
    "slovak",
    "generator",
    "validator",
    "typescript",
    "personal-id",
    "identification"
  ],
  "bugs": {
    "url": "https://github.com/p333ter/birth-number-utils/issues"
  },
  "homepage": "https://github.com/p333ter/birth-number-utils#readme"
}
