{
  "name": "@twind/cdn",
  "version": "1.0.1",
  "description": "Twind CDN is a drop-in replacement for Tailwind CSS Play CDN that is 6 times smaller (104kb vs 17kB) without any build step right in the browser",
  "keywords": [
    "twind",
    "tailwind",
    "tailwindcss",
    "tw-in-js",
    "tailwind-in-js"
  ],
  "type": "module",
  "// The 'module', 'unpkg' and 'types' fields are added by distilt": "",
  "main": "src/index.ts",
  "// Each entry is expanded into several bundles (types, esnext, module, script, node, and default)": "",
  "exports": {
    ".": {
      "node": null,
      "default": "./src/index.ts"
    },
    "./package.json": "./package.json"
  },
  "// These are relative from within the dist/ folder": "",
  "sideEffects": false,
  "size-limit": [
    {
      "name": "@twind/cdn",
      "path": "dist/cdn.esnext.js",
      "brotli": true,
      "limit": "16kb"
    }
  ],
  "dependencies": {
    "@twind/core": "^1.0.1",
    "@twind/preset-autoprefix": "^1.0.1",
    "@twind/preset-tailwind": "^1.0.1"
  },
  "devDependencies": {
    "typescript": "^4.8.4"
  },
  "peerDependencies": {
    "typescript": "^4.8.4"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "scripts": {
    "build": "distilt"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  }
}
