{
  "name": "@khanacademy/wonder-blocks-tokens",
  "description": "Core primitive design tokens for Web Wonder Blocks",
  "author": "Khan Academy",
  "license": "MIT",
  "version": "16.1.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Khan/wonder-blocks.git",
    "directory": "packages/wonder-blocks-tokens"
  },
  "bugs": {
    "url": "https://github.com/Khan/wonder-blocks/issues"
  },
  "main": "dist/index.js",
  "module": "dist/es/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/es/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./styles.css": "./dist/css/index.css"
  },
  "dependencies": {
    "@khanacademy/wonder-blocks-theming": "4.0.2"
  },
  "devDependencies": {
    "@khanacademy/wb-dev-build-settings": "3.3.0"
  },
  "bin": "./bin/cli.js",
  "scripts": {
    "build:css": "node -r @swc-node/register ./src/build/generate-css-variables.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}