{
  "name": "@appcorp/kismaa-utils",
  "version": "0.2.99",
  "source": "src/index.ts",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./types.d.ts",
  "scripts": {
    "build": "yarn clean:build && yarn build:ts && cp package.json lib && cp README.md lib",
    "build:ts": "tsc --project tsconfig.build.json",
    "clean:build": "yarn rimraf ./lib",
    "dev": "next dev",
    "format": "prettier --write src/",
    "lint": "eslint",
    "lint:fix": "eslint . --fix",
    "major": "npm version major",
    "minor": "npm version minor",
    "patch": "npm version patch",
    "prepare": "husky",
    "publish:npm": "yarn build && cd lib/ && npm publish --access public && cd ..",
    "start": "next start",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "upgrade": "ncu -u"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{json,scss,css,md}": [
      "prettier --write"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "eslint --max-warnings=0 ."
    }
  },
  "devDependencies": {
    "@next/eslint-plugin-next": "^15",
    "@react-pakistan/util-functions": "^1.24.89",
    "@testing-library/dom": "^10",
    "@testing-library/jest-dom": "^6",
    "@tsconfig/recommended": "^1",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.5.2",
    "@typescript-eslint/eslint-plugin": "^8.44.1",
    "@typescript-eslint/parser": "^8.44.1",
    "babel-jest": "^30.1.2",
    "concurrently": "^9",
    "cross-env": "^7",
    "eslint": "^9.36.0",
    "eslint-config-next": "^15",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "husky": "^9",
    "jest": "^30.1.3",
    "jest-environment-jsdom": "^29",
    "libphonenumber-js": "^1",
    "lint-staged": "^15",
    "postcss": "^8",
    "prettier": "^3.6.2",
    "rimraf": "^6",
    "tailwindcss": "^3",
    "ts-jest": "^29.4.4",
    "ts-node": "^10",
    "typescript": "^5",
    "zod": "^4"
  },
  "packageManager": "yarn@4.12.0"
}
