{
  "name": "@faststore-b2b/sdk",
  "version": "3.0.141",
  "description": "Hooks for creating your next component library",
  "license": "MIT",
  "browserslist": "supports es6-module and not dead and last 2 version",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "sideEffects": false,
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc",
    "lint": "eslint src/**/*.{ts,tsx}",
    "test": "jest",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "size-limit": [
    {
      "path": "dist/index.js",
      "limit": "10 KB"
    }
  ],
  "peerDependencies": {
    "react": "^18.2.0"
  },
  "devDependencies": {
    "@faststore-b2b/shared": "^3.0.136",
    "@size-limit/preset-small-lib": "^7.0.8",
    "@testing-library/react-hooks": "^8.0.1",
    "fake-indexeddb": "^3.1.3",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react": "^18.2.0",
    "size-limit": "^7.0.8",
    "ts-jest": "29.1.1",
    "tslib": "^2.3.1",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "idb-keyval": "^5.1.3"
  },
  "gitHead": "fcc1768258996cc3514fe654cb953eabf5100e35"
}
