{
  "name": "three-cover",
  "version": "1.4.3",
  "private": false,
  "description": "React component to add 3-D covers",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "predeploy": "cd example && yarn install && yarn build",
    "deploy": "gh-pages -d example/build",
    "prepare": "husky install",
    "lint": "yarn lint:fix && yarn format",
    "lint:fix": "eslint --fix",
    "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/akshaaatt/three-cover.git"
  },
  "keywords": [
    "react",
    "three.js",
    "three",
    "3D",
    "component",
    "cover"
  ],
  "author": "Akshat Tiwari",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/akshaaatt/three-cover/issues"
  },
  "homepage": "https://akshaaatt.github.io/three-cover/",
  "dependencies": {
    "@react-three/drei": "9.40.0",
    "@react-three/fiber": "8.9.0",
    "@types/jest": "^29.2.0",
    "@types/node": "^18.11.5",
    "@types/react": "^18.0.22",
    "@types/react-dom": "^18.0.7",
    "@types/three": "^0.144.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "three": "^0.146.0",
    "uuid-by-string": "4.0.0",
    "valtio": "^1.7.4",
    "wouter": "2.8.0-alpha.2"
  },
  "devDependencies": {
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard-with-typescript": "^23.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.31.10",
    "gh-pages": "^4.0.0",
    "husky": "^8.0.1",
    "prettier": "^2.7.1",
    "typescript": "*"
  }
}
