{
  "name": "@netlify/netlify-design-tokens",
  "version": "7.1.0",
  "private": false,
  "description": "Netlify's design tokens for sharing across products and repos",
  "author": "Netlify",
  "contributors": [
    "Netlify <pod-frontend-platform@netlify.com> (https://www.netlify.com)"
  ],
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/netlify/netlify-design-tokens.git"
  },
  "homepage": "https://github.com/netlify/netlify-design-tokens#readme",
  "bugs": {
    "url": "https://github.com/netlify/netlify-design-tokens/issues"
  },
  "main": "dist/js/index.cjs",
  "module": "dist/js/index.js",
  "types": "dist/js/index.d.ts",
  "files": [
    "dist"
  ],
  "directories": {
    "doc": "tokens",
    "example": "examples"
  },
  "storybook": {
    "url": "https://netlify-design-tokens.netlify.app"
  },
  "scripts": {
    "prepublishOnly": "yarn build",
    "prestart": "yarn build",
    "start": "storybook dev --port 8080 --docs",
    "prebuild": "rimraf dist",
    "build": "style-dictionary build --config style-dictionary.config.js",
    "prebuild:docs": "yarn build",
    "build:docs": "storybook build --output-dir docs --docs --quiet"
  },
  "devDependencies": {
    "@storybook/addon-docs": "7.6.20",
    "@storybook/html-webpack5": "7.6.20",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rimraf": "5.0.10",
    "storybook": "7.6.20",
    "style-dictionary": "3.9.2",
    "webpack": "5.99.9"
  }
}
