{
  "name": "react-native-3d-animated-buttons",
  "version": "1.0.3",
  "description": "A beautiful React Native animated button component with 3D press animation and haptic feedback",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "react-native": "lib/index.js",
  "source": "src/index.ts",
  "sideEffects": false,

  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "pack:check": "npm pack"
  },

  "keywords": [
    "react-native",
    "button",
    "animated button",
    "3d button",
    "duolingo style",
    "spring animation",
    "press effect",
    "typescript",
    "haptic feedback",
    "rtl",
    "mobile ui"
  ],

  "author": "Sandipan Bera",
  "license": "MIT",

  "peerDependencies": {
    "react": ">=18",
    "react-native": ">=0.72",
    "react-native-svg": ">=12 <17",
    "expo-haptics": ">=12"
  },
  "peerDependenciesMeta": {
    "expo-haptics": { "optional": true }
  },

  "devDependencies": {
    "react": "^18.2.0",
    "react-native": "^0.73.0",
    "react-native-svg": "^15.8.0",
    "expo-haptics": "^13.0.1",
    "typescript": "^5.6.3",
    "@types/react": "^18.2.0",
    "@types/react-native": "^0.73.0"
  },

  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sandipan006/react-native-3d-animated-buttons.git"
  },
  "bugs": {
    "url": "https://github.com/Sandipan006/react-native-3d-animated-buttons/issues"
  },
  "homepage": "https://github.com/Sandipan006/react-native-3d-animated-buttons#readme",

  "files": ["lib", "README.md", "LICENSE"],

  "engines": { "node": ">=18.0.0" },
  "publishConfig": { "access": "public" }
}
