{
  "name": "react-carousel-card-3d",
  "version": "0.1.15",
  "description": "A 3D Carousel component built with React.",
  "engines": {
    "node": ">=16.17.0"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc && cp package.json README.md ./dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Zinan-Zhang/react-carousel-card-3d.git"
  },
  "keywords": [
    "react",
    "carousel"
  ],
  "author": "zinan.zhang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Zinan-Zhang/react-carousel-card-3d/issues"
  },
  "homepage": "https://github.com/Zinan-Zhang/react-carousel-card-3d#readme",
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "react-spring": "^9.5.5"
  },
  "devDependencies": {
    "@types/node": "^18.11.11",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "eslint": "^8.29.0",
    "typescript": "^4.9.3"
  }
}
