{
  "name": "@baseapp-frontend/utils",
  "description": "Util functions, constants and types.",
  "version": "4.0.8",
  "main": "./index.ts",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "dependencies": {
    "axios": "1.15.2",
    "events": "^3.3.0",
    "expo-constants": "~17.1.6",
    "expo-secure-store": "~14.2.3",
    "humps": "^2.0.1",
    "js-cookie": "3.0.5",
    "jwt-decode": "^4.0.0",
    "lodash": "4.18.0",
    "luxon": "3.7.2",
    "next": "15.5.15",
    "qs": "^6.14.1",
    "react-hook-form": "7.56.4",
    "react-native": "0.79.2",
    "server-only": "^0.0.1",
    "zustand": "5.0.4"
  },
  "peerDependencies": {
    "react": "19.1.3"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "6.4.6",
    "@testing-library/react": "16.0.0",
    "@testing-library/user-event": "14.5.2",
    "@types/humps": "^2.0.6",
    "@types/jest": "29.5.12",
    "@types/js-cookie": "3.0.6",
    "@types/lodash": "4.17.7",
    "@types/luxon": "3.6.2",
    "@types/node": "22.7.2",
    "@types/qs": "^6.14.0",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "babel-jest": "29.7.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "ts-jest": "29.1.4",
    "ts-node": "10.9.2",
    "typescript": "5.8.3",
    "@baseapp-frontend/config": "2.1.15",
    "@baseapp-frontend/eslint-plugin": "0.0.6",
    "@baseapp-frontend/test": "2.1.6",
    "@baseapp-frontend/tsconfig": "2.1.1"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/silverlogic/baseapp-frontend.git",
    "directory": "packages/utils"
  },
  "bugs": {
    "url": "https://github.com/silverlogic/baseapp-frontend/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "readme": "https://github.com/silverlogic/baseapp-frontend/blob/master/packages/utils/README.md",
  "scripts": {
    "build": "rm -rf dist && tsc --build tsconfig.build.json",
    "dev": "rm -rf dist && tsc --watch",
    "test:unit": "rm -rf dist && jest --config ./jest.config.ts",
    "lint": "eslint . --ext .tsx --ext .ts && tsc --noEmit",
    "storybook": "echo Utils: No storybook found",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  }
}