{
  "name": "@terrazzo/plugin-js",
  "version": "2.5.0",
  "description": "Use DTCG tokens in Node.js for server-rendered applications.",
  "license": "MIT",
  "type": "module",
  "author": {
    "name": "Drew Powers",
    "email": "drew@pow.rs"
  },
  "keywords": [
    "design tokens",
    "design system",
    "dtcg",
    "w3c",
    "ts",
    "typescript"
  ],
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "homepage": "https://terrazzo.app/docs/integrations/js",
  "repository": {
    "type": "git",
    "url": "https://github.com/terrazzoapp/terrazzo.git",
    "directory": "./packages/plugin-js/"
  },
  "peerDependencies": {
    "@terrazzo/cli": "^2.5.0",
    "@terrazzo/parser": "^2.5.0"
  },
  "dependencies": {
    "scule": "^1.3.0",
    "@terrazzo/parser": "^2.5.0",
    "@terrazzo/token-types": "^2.5.0"
  },
  "devDependencies": {
    "dtcg-examples": "^1.0.3",
    "@terrazzo/cli": "^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"
  }
}