{
  "name": "@beam-ui/design-tokens",
  "version": "2.2.0",
  "description": "A collection of design decisions and other artifacts for the Beam UI Design System",
  "type": "module",
  "main": "./build/base/tokens.es6.js",
  "module": "./build/base/tokens.es6.js",
  "exports": {
    "./build/*": "./build/*"
  },
  "files": [
    "build",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tatari-tv/beam-ui.git",
    "directory": "design-tokens"
  },
  "homepage": "https://github.com/tatari-tv/beam-ui/tree/main/design-tokens#readme",
  "bugs": {
    "url": "https://github.com/tatari-tv/beam-ui/issues"
  },
  "keywords": [
    "design-tokens",
    "design-system",
    "tokens",
    "css-variables",
    "style-dictionary",
    "beam-ui"
  ],
  "scripts": {
    "build": "node ./build.js",
    "clean": "rm -rf build",
    "changeset": "changeset",
    "version": "changeset version",
    "prerelease": "yarn clean && yarn build",
    "release": "npm publish --access public",
    "create-tag": "node ../scripts/create-tag.js design-tokens",
    "create-tag:push": "yarn create-tag && git push origin $(git describe --tags --abbrev=0)",
    "test": "echo \"Error: no test specified\" && exit 1",
    "test:run": "echo \"No-op\"",
    "lint": "echo \"No-op\""
  },
  "author": "Beam UI Team",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@changesets/cli": "^2.31.0",
    "style-dictionary": "^5.4.4"
  }
}
