{
  "version": "1.5.3",
  "license": "MIT",
  "name": "@artemkaz/react-modal-sheet",
  "description": "Flexible bottom sheet component for your React apps",
  "author": "Teemu Taskula",
  "repository": "https://github.com/Temzasse/react-modal-sheet",
  "keywords": [
    "react",
    "modal",
    "bottom-sheet",
    "accessibility",
    "framer-motion"
  ],
  "main": "dist/index.js",
  "module": "dist/react-modal-sheet.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "typecheck": "tsc --noEmit --skipLibCheck",
    "prepare": "tsdx build",
    "release": "np"
  },
  "peerDependencies": {
    "framer-motion": ">=2",
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "np": {
    "yarn": true
  },
  "devDependencies": {
    "@types/react": "17.0.37",
    "@types/react-dom": "17.0.11",
    "@types/styled-components": "5.1.7",
    "csstype": "3.0.6",
    "framer-motion": "6.3.11",
    "husky": "4.2.5",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "styled-components": "5.3.3",
    "tsdx": "0.14.1",
    "tslib": "2.1.0",
    "typescript": "4.7.3"
  },
  "dependencies": {
    "react-merge-refs": "1.1.0"
  }
}
