{
  "name": "@universal-labs/styled",
  "version": "5.0.5",
  "description": "Styled components for css in react native",
  "keywords": [
    "react-native",
    "tailwindcss",
    "tailwind-ui",
    "react-native-web",
    "universal-apps"
  ],
  "homepage": "https://github.com/react-universal/tailwind#readme",
  "bugs": {
    "url": "https://github.com/react-universal/tailwind/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/react-universal/tailwind",
    "directory": "packages/styled"
  },
  "license": "MIT",
  "author": "Cristhian Gutierrez",
  "sideEffects": false,
  "main": "./build/index",
  "browser": "./build/index",
  "types": "./build/index.d.ts",
  "files": [
    "build",
    "LICENSE",
    "CHANGELOG.md",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "build:watch": "tsc -p tsconfig.build.json -w",
    "dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput",
    "lint": "eslint \"./**/*.{ts,tsx}\"",
    "test": "jest",
    "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@universal-labs/css": "5.0.5",
    "@universal-labs/native-twin": "5.0.5",
    "react-is": "^18.2.0",
    "stable-hash": "0.0.3"
  },
  "devDependencies": {
    "@types/react": "18.2.14",
    "@types/react-dom": "18.0.10",
    "@types/react-is": "^17.0.3"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-native": ">= 0.70",
    "react-native-web": ">= 0.18.10"
  },
  "publishConfig": {
    "access": "public",
    "directory": "_release/package"
  },
  "gitHead": "4c26121d296e38153faa7dd196229db1a71e075d"
}