{
  "name": "degachejs",
  "version": "0.1.1",
  "description": "A Tunisian utility library for working with CIN, phone numbers, addresses, and more",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "tunisia",
    "utils",
    "validation",
    "cin",
    "phone",
    "address"
  ],
  "author": "Khalid Rouissi <khalidrouissi@jeridschool.tech>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KhalidRouissi1/degachejs.git"
  },
  "bugs": {
    "url": "https://github.com/KhalidRouissi1/degachejs/issues"
  },
  "homepage": "https://degachejs-docs.vercel.app/",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.14.202",
    "@types/node": "^20.11.19",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "eslint": "^8.56.0",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ]
}
