{
  "name": "@fat-zebra/sdk",
  "version": "2.1.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "jest --clearCache && jest --passWithNoTests --verbose",
    "build": "ts-node ./build.ts && npm run build:styles",
    "build:local": "cp .env.local .env && export ENVIRONMENT=local && npm run build",
    "build:staging": "cp .env.staging .env && export ENVIRONMENT=staging && npm run build",
    "build:sandbox": "cp .env.sandbox .env && export ENVIRONMENT=sandbox && npm run build",
    "build:production": "cp .env.production .env && export ENVIRONMENT=production && npm run build",
    "build:package": "tsc -p tsconfig.package.json && REACT=true ENVIRONMENT=production",
    "build:styles": "node build-styles.js",
    "prepare": "husky install"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/ajv": "^1.0.0",
    "@types/axios": "^0.14.0",
    "@types/dotenv": "^8.2.0",
    "@types/jest": "^24.0.23",
    "@types/jsdom": "^21.1.1",
    "@types/react": "^19.1.16",
    "@types/react-dom": "^19.1.9",
    "audit-ci": "^7.1.0",
    "dotenv": "^16.0.1",
    "esbuild": "^0.25.10",
    "husky": "^9.1.7",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jest-localstorage-mock": "^2.4.22",
    "jest-util": "^30.2.0",
    "jsdom": "^26.1.0",
    "jsonwebtoken": "^9.0.1",
    "nock": "^13.0.1",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "ts-jest": "^29.4.6",
    "ts-loader": "^9.4.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.1.6"
  },
  "overrides": {
    "test-exclude": "^7.0.1",
    "minimatch": "^10.2.2",
    "jest-util": {
      "picomatch": "^4.0.4"
    },
    "micromatch": {
      "picomatch": "^2.3.2"
    },
    "anymatch": {
      "picomatch": "^2.3.2"
    }
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "ajv-keywords": "^5.1.0",
    "axios": "1.16.0",
    "custom-event-polyfill": "^1.0.7",
    "glob": "^13.0.6",
    "ts-polyfill": "^3.8.2",
    "url-template": "^3.1.0"
  },
  "peerDependencies": {
    "react": ">= 16",
    "react-dom": ">= 16"
  }
}
