{
  "name": "@chinmayn00b/faker-ind",
  "type": "module",
  "version": "1.0.1",
  "description": "Generate Fake Contextual Data For India Region",
  "author": "Chinmay Sawant<chinmaypvt04@gmail.com>",
  "license": "MIT",
  "keywords": [
    "faker",
    "fake-data",
    "india",
    "indian",
    "generator",
    "random",
    "hindi",
    "bengali",
    "tamil",
    "telugu",
    "gujarati",
    "marathi",
    "kannada",
    "malayalam",
    "punjabi",
    "urdu",
    "phone-numbers",
    "names",
    "lorem"
  ],
  "homepage": "https://github.com/ChinmayNoob/faker-ind#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ChinmayNoob/faker-ind.git"
  },
  "bugs": {
    "url": "https://github.com/ChinmayNoob/faker-ind/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && tsc-alias",
    "dev": "tsx --watch src/index.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build",
    "test": "vitest",
    "test:run": "vitest run",
    "example": "vitest run run-example.test.ts",
    "test:example": "tsx -r tsconfig-paths/register src/tests/faker-ind.example.ts",
    "lint": "eslint",
    "lint:fix": "eslint --fix"
  },
  "dependencies": {
    "date-fns": "^4.1.0",
    "zod": "^3.25.67"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.16.2",
    "@eslint-react/eslint-plugin": "^1.52.2",
    "@types/node": "^24.0.4",
    "eslint": "^9.30.1",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "nodemon": "^3.1.10",
    "ts-node": "^10.9.2",
    "tsc-alias": "^1.8.16",
    "tsconfig-paths": "^4.2.0",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3",
    "vitest": "3.2.4"
  }
}
