{
  "name": "@squircle-js/react",
  "version": "1.3.0",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@radix-ui/react-slot": "^1.1.2",
    "figma-squircle": "1.1.0"
  },
  "devDependencies": {
    "@swc/core": "^1.11.5",
    "@types/react": "^19.0.12",
    "react": "19.0.0",
    "tsup": "^8.4.0",
    "typescript": "^5.7.2",
    "@squircle-js/tsconfig": "0.1.0"
  },
  "peerDependencies": {
    "react": "^16.8 || ^17 || ^18 || ^19"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bring-shrubbery/squircle-js.git"
  },
  "bugs": {
    "url": "https://github.com/bring-shrubbery/squircle-js/issues"
  },
  "homepage": "https://squircle.js.org",
  "author": {
    "name": "Antoni Silvestrovic",
    "email": "antoni@quassum.com"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf .turbo dist node_modules",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false"
  }
}