{
  "name": "@pantoken/css",
  "version": "0.3.11",
  "description": "Emit Instructure design tokens as @property-typed CSS with light-dark() and icon data-URIs, from the pantoken IR.",
  "homepage": "https://pantoken.app",
  "bugs": "https://github.com/thedannywahl/pantoken/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thedannywahl/pantoken.git",
    "directory": "formats/css"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": [
    "**/*.css"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./inject": "./dist/inject.mjs",
    "./style.css": "./dist/style.css",
    "./style.lean.css": "./dist/style.lean.css",
    "./style.rebrand.light.css": "./dist/style.rebrand.light.css",
    "./style.rebrand.light.lean.css": "./dist/style.rebrand.light.lean.css",
    "./style.canvas.css": "./dist/style.canvas.css",
    "./style.canvas.lean.css": "./dist/style.canvas.lean.css",
    "./style.canvas-high-contrast.css": "./dist/style.canvas-high-contrast.css",
    "./style.canvas-high-contrast.lean.css": "./dist/style.canvas-high-contrast.lean.css",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@pantoken/model": "0.4.0",
    "@pantoken/plugin-kit": "0.3.1",
    "@pantoken/tokens": "0.5.0",
    "@pantoken/utils": "1.0.3"
  },
  "devDependencies": {
    "@pantoken/plugin-props-minify": "0.1.4",
    "@types/node": "^26.5.1",
    "typescript": "^7.0.2",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.3.2",
    "vite-plus": "0.3.2"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "pantoken": {
    "key": "css",
    "kind": "sideEffect"
  },
  "scripts": {
    "generate": "node scripts/generate.ts",
    "dev": "vp run generate && vp pack --watch",
    "test": "vp test",
    "check": "vp check"
  }
}