{
  "name": "@abdalla-1/swisco",
  "version": "1.0.16",
  "description": "Swiscare Components Kit",
  "main": "dist/cjs/index.js",
  "types": "types/index.d.ts",
  "source": "src/index.ts",
  "module": "dist/esm/index.js",
  "module:jsx": "dist/jsx/index.js",
  "files": [
    "dist",
    "types",
    "src"
  ],
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "check:all": "yarn build && yarn test && yarn lint",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.mdx",
    "lint:fix": "yarn lint --fix",
    "test": "jest --passWithNoTests",
    "test-old": "jest",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
    "build": "tamagui-build",
    "watch": "tamagui-build --watch",
    "prepublish": "yarn build",
    "release": "npm publish --verbose"
  },
  "author": "Abdalla Suliman",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abdalla-1/swisco.git"
  },
  "keywords": [
    "react-native",
    "nextjs",
    "tamagui",
    "design-system",
    "ui-components",
    "typescript"
  ],
  "dependencies": {
    "@tamagui/core": "^1.132.15",
    "@tamagui/linear-gradient": "^1.132.15",
    "@tamagui/lucide-icons": "^1.132.15",
    "@tamagui/next-plugin": "^1.132.15",
    "@tamagui/next-theme": "^1.132.15",
    "@tamagui/react-native-media-driver": "^1.132.15",
    "@tamagui/themes": "^1.132.15",
    "react-dom": "^19.1.1",
    "tamagui": "^1.132.15"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": "*",
    "react-native": ">=0.60.0"
  },
  "devDependencies": {
    "@tamagui/babel-plugin": "^1.132.15",
    "@tamagui/build": "^1.132.15",
    "@tamagui/config": "^1.132.15",
    "@types/jest": "^30.0.0",
    "@types/react": "^19.1.8",
    "@types/react-native": "^0.73.0",
    "eslint-config-airbnb-typescript": "^18.0.0",
    "jest": "^30.0.5",
    "react": "^19.1.0",
    "react-native": "^0.80.2",
    "typescript": "^5.8.3"
  }
}
