{
  "name": "design-tokens-format-module",
  "description": "A Typescript implementation of the Design Tokens Format Module specification",
  "keywords": [
    "design token format module",
    "design tokens",
    "design system",
    "dtcg"
  ],
  "version": "0.11.2",
  "homepage": "https://github.com/nclsndr/design-tokens-format-module",
  "license": "MIT",
  "author": "Nico Andre<hello@nclsndr.com>",
  "type": "module",
  "scripts": {
    "test": "tsc --project tests/tsconfig.json || true && vitest",
    "build": "rm -rf dist && tsc --project tsconfig.json",
    "format": "prettier --write .",
    "tsc": "tsc"
  },
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "devDependencies": {
    "@types/node": "^20.14.10",
    "@vitest/coverage-v8": "^2.1.9",
    "prettier": "^3.5.3",
    "typescript": "^5.8.3",
    "vitest": "^2.1.9"
  }
}
