{
  "name": "@vector-im/compound-design-tokens",
  "version": "1.8.0",
  "description": "Compound design tokens",
  "sideEffects": false,
  "scripts": {
    "build": "tsx ./build.ts",
    "dev": "http-server .",
    "format": "yarn exec biome -- format",
    "lint": "yarn exec biome -- lint",
    "check": "yarn exec biome -- check",
    "types": "yarn exec tsc -- --noEmit"
  },
  "keywords": [
    "compound",
    "design tokens",
    "style dictionary",
    "css"
  ],
  "files": [
    "./assets/web/**/*",
    "./icons/**/*"
  ],
  "main": "assets/web/js/index.js",
  "type": "module",
  "exports": {
    "./*": "./*",
    "./assets/web/js": "./assets/web/js/index.js",
    "./assets/web/js/*": {
      "import": "./assets/web/js/*.js",
      "types": "./assets/web/js/*.d.ts"
    },
    "./assets/web/icons": {
      "import": "./assets/web/icons/index.js",
      "require": "./assets/web/icons/index.cjs",
      "types": "./assets/web/icons/index.d.ts"
    },
    "./assets/web/icons/*": {
      "import": "./assets/web/icons/*.js",
      "require": "./assets/web/icons/*.cjs",
      "types": "./assets/web/icons/*.d.ts"
    }
  },
  "author": "",
  "license": "Apache-2.0",
  "homepage": "https://github.com/vector-im/compound-design-tokens",
  "bugs": {
    "url": "https://github.com/vector-im/compound/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vector-im/compound-design-tokens.git"
  },
  "devDependencies": {
    "@babel/core": "^7.24.7",
    "@babel/generator": "^7.24.7",
    "@babel/plugin-transform-react-jsx": "^7.24.7",
    "@babel/types": "^7.24.7",
    "@biomejs/biome": "^1.8.3",
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@tokens-studio/sd-transforms": "^1.0.0",
    "@types/babel__core": "^7.20.5",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^20.14.6",
    "fast-glob": "^3.3.2",
    "http-server": "^14.1.1",
    "lodash-es": "^4.17.21",
    "style-dictionary": "^4.0.0",
    "svg2vectordrawable": "^2.9.1",
    "tsx": "^4.15.6",
    "typescript": "^5.4.5"
  },
  "dependencies": {},
  "peerDependencies": {
    "@types/react": "*",
    "react": "^17 || ^18"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    }
  }
}
