{
  "name": "@design-parity/baseline",
  "version": "1.0.4",
  "description": "Detect a repo's design-system maturity and, for a repo with no design system, bootstrap an opinionated committed baseline (tokens, design-map, check config, parity direction).",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "bin": {
    "design-parity-bootstrap": "./dist/cli/bootstrap.js",
    "design-parity-propose-refs": "./dist/cli/propose-refs.js"
  },
  "scripts": {
    "build": "tsc --build",
    "test": "vitest run --root ../.. packages/baseline/test"
  },
  "dependencies": {
    "@design-parity/adapter-figma": "1.0.4",
    "@design-parity/checks": "1.0.4",
    "@design-parity/core": "1.0.4",
    "@design-parity/policy": "1.0.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yschimke/design-parity.git",
    "directory": "packages/baseline"
  },
  "homepage": "https://github.com/yschimke/design-parity/tree/main/packages/baseline#readme",
  "bugs": "https://github.com/yschimke/design-parity/issues"
}
