{
  "name": "@powerlines/plugin-tamagui",
  "version": "0.1.663",
  "private": false,
  "description": "A package containing the Tamagui plugin for Powerlines.",
  "keywords": ["tamagui", "powerlines", "storm-software", "powerlines-plugin"],
  "homepage": "https://stormsoftware.com",
  "bugs": {
    "url": "https://stormsoftware.com/support",
    "email": "support@stormsoftware.com"
  },
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/powerlines.git",
    "directory": "packages/plugins/plugin-tamagui"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Storm Software",
    "email": "contact@stormsoftware.com",
    "url": "https://stormsoftware.com"
  },
  "maintainers": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "contributors": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "default": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./package.json": "./package.json",
    "./types": {
      "require": {
        "types": "./dist/types/index.d.cts",
        "default": "./dist/types/index.cjs"
      },
      "import": {
        "types": "./dist/types/index.d.mts",
        "default": "./dist/types/index.mjs"
      },
      "default": {
        "types": "./dist/types/index.d.mts",
        "default": "./dist/types/index.mjs"
      }
    },
    "./types/plugin": {
      "require": {
        "types": "./dist/types/plugin.d.cts",
        "default": "./dist/types/plugin.cjs"
      },
      "import": {
        "types": "./dist/types/plugin.d.mts",
        "default": "./dist/types/plugin.mjs"
      },
      "default": {
        "types": "./dist/types/plugin.d.mts",
        "default": "./dist/types/plugin.mjs"
      }
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "typings": "dist/index.d.mts",
  "files": ["dist/**/*"],
  "dependencies": {
    "@powerlines/plugin-vite": "^0.14.665",
    "@stryke/fs": "^0.33.110",
    "@stryke/hash": "^0.13.63",
    "@stryke/path": "^0.29.35",
    "@stryke/string-format": "^0.17.50",
    "@tamagui/static-worker": "^1.144.4",
    "@tamagui/types": "^1.144.4",
    "defu": "^6.1.7",
    "powerlines": "^0.47.211",
    "typescript": "^6.0.3",
    "vite": "^8.2.1"
  },
  "devDependencies": {
    "@powerlines/plugin-plugin": "^0.12.624",
    "@types/node": "^25.9.5"
  },
  "publishConfig": { "access": "public" },
  "gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
}
