{
  "name": "react-use-cart",
  "version": "1.14.0",
  "description": "React hook library for managing cart state.",
  "author": "Jamie Barton <jamie@notrab.dev> (https://twitter.com/notrab)",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/react-use-cart.esm.js",
  "repository": "notrab/react-use-cart",
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "react",
    "commerce",
    "ecommerce",
    "cart",
    "hooks"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "resolutions": {
    "**/@typescript-eslint/eslint-plugin": "4.11.1",
    "**/@typescript-eslint/parser": "4.11.1",
    "**/typescript": "4.2.3"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "devDependencies": {
    "@babel/core": "7.13.13",
    "@storybook/addon-essentials": "6.4.13",
    "@storybook/addon-info": "5.3.21",
    "@storybook/addon-links": "6.1.21",
    "@storybook/addons": "6.1.21",
    "@storybook/react": "6.4.13",
    "@testing-library/react-hooks": "5.1.0",
    "@types/react": "17.0.3",
    "@types/react-dom": "17.0.3",
    "babel-jest": "26.6.3",
    "babel-loader": "8.2.2",
    "husky": "5.2.0",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-is": "17.0.2",
    "tsdx": "0.14.1",
    "tslib": "2.1.0",
    "typescript": "4.2.3"
  }
}
