{
  "name": "react-native-figma-squircle",
  "description": "Figma-flavored squircles for React Native",
  "author": "Tien Pham",
  "version": "0.4.0",
  "license": "MIT",
  "main": "lib/commonjs/index.js",
  "react-native": "src/index.tsx",
  "source": "src/index.tsx",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "scripts": {
    "prepare": "bob build",
    "tsc": "tsc --noEmit",
    "lint": "eslint src --ext ts,tsx"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-svg": "*"
  },
  "dependencies": {
    "figma-squircle": "^1.1.0"
  },
  "devDependencies": {
    "@types/react": "~18.2.6",
    "babel-plugin-module-resolver": "^4.1.0",
    "eslint": "^8.51.0",
    "eslint-config-expo": "^8.0.1",
    "prettier": "^3.3.3",
    "react": "18.3.1",
    "react-native": "0.76.7",
    "react-native-builder-bob": "^0.37.0",
    "react-native-svg": "12.1.0",
    "typescript": "^5.5.4"
  },
  "keywords": [
    "squircle",
    "react",
    "react-native",
    "figma"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/phamfoo/react-native-figma-squircle.git"
  },
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
