{
  "name": "@terrazzo/plugin-sass",
  "version": "2.5.0",
  "description": "Generate .scss from your DTCG design tokens JSON.",
  "license": "MIT",
  "type": "module",
  "author": {
    "name": "Drew Powers",
    "email": "drew@pow.rs"
  },
  "keywords": [
    "design tokens",
    "dtcg",
    "w3c",
    "css",
    "sass"
  ],
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "homepage": "https://terrazzo.app/docs/integrations/sass",
  "repository": {
    "type": "git",
    "url": "https://github.com/terrazzoapp/terrazzo.git",
    "directory": "packages/plugin-sass"
  },
  "peerDependencies": {
    "@terrazzo/cli": "^2.5.0",
    "@terrazzo/parser": "^2.5.0",
    "@terrazzo/plugin-css": "^2.5.0"
  },
  "dependencies": {
    "@terrazzo/token-tools": "^2.4.0"
  },
  "devDependencies": {
    "@terrazzo/cli": "^2.5.0",
    "@terrazzo/parser": "^2.5.0",
    "@terrazzo/plugin-css": "^2.5.0"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json && attw --profile esm-only --pack .",
    "dev": "tsc -b tsconfig.build.json -w",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "lint": "oxlint --quiet && oxfmt --check && tsc --noEmit",
    "test": "vitest run"
  }
}