{
  "name": "@twind/core",
  "version": "1.0.1",
  "description": "The core engine without any presets.",
  "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": {
    ".": "./src/index.ts",
    "./package.json": "./package.json"
  },
  "globalName": "twind",
  "// These are relative from within the dist/ folder": "",
  "sideEffects": false,
  "size-limit": [
    {
      "name": "@twind/core",
      "path": "dist/core.esnext.js",
      "brotli": true,
      "limit": "8kb"
    },
    {
      "name": "@twind/core (setup)",
      "path": "dist/core.esnext.js",
      "import": "{ setup }",
      "brotli": true,
      "limit": "5.45kb"
    },
    {
      "name": "@twind/core (twind + cssom)",
      "path": "dist/core.esnext.js",
      "import": "{ twind, cssom }",
      "brotli": true,
      "limit": "4.85kb"
    }
  ],
  "dependencies": {
    "csstype": "^3.1.1"
  },
  "peerDependencies": {
    "typescript": "^4.8.4"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "devDependencies": {
    "@twind/preset-tailwind": "^1.0.1",
    "typescript": "^4.8.4"
  },
  "scripts": {
    "build": "distilt"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  }
}
