{
  "name": "gestalt-design-tokens",
  "version": "177.0.12",
  "license": "Apache-2.0",
  "homepage": "https://gestalt.pinterest.systems/",
  "description": "Design tokens style dictionary for Gestalt",
  "main": "dist/js/classic/constants.js",
  "jsnext:main": "dist/js/classic/constants.es.js",
  "types": "dist/js/classic/constants.es.d.ts",
  "module": "dist/js/classic/constants.es.js",
  "files": [
    "dist",
    "tokens"
  ],
  "nodemonConfig": {
    "ignore": [
      "dist/*"
    ]
  },
  "dependencies": {},
  "devDependencies": {
    "decomment": "^0.9.5",
    "lodash.camelcase": "4.3.0",
    "style-dictionary": "^3.9.2",
    "tinycolor2": "1.6.0"
  },
  "peerDependencies": {
    "gestalt": ">0.0.0"
  },
  "scripts": {
    "build": "rm -rf dist && node src/build.js",
    "build:prod": "NODE_ENV=production node src/build.js",
    "watch": "nodemon src/build.js",
    "test": "rm -rf dist && yarn build && jest --testPathPattern=tests",
    "update-tests": "yarn build && jest --testPathPattern=tests --updateSnapshot && cd .. && jest --update-snapshot -- \"ColorScheme\""
  },
  "browserslist": [
    "last 2 versions",
    "not IE < 11",
    "not <1%"
  ],
  "keywords": [
    "design system",
    "design tokens",
    "gestalt",
    "pinterest",
    "ui library"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pinterest/gestalt"
  }
}
