{
  "name": "@be-partner-labs/ds",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "version": "1.8.0",
  "description": "BePartnerLabs Design System — pure CSS components with no runtime",
  "author": "Jorge Saud (Giorgio Saud)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/BePartnerLabs/ds.git"
  },
  "homepage": "https://bpl-ds.bepartnerlabs.com",
  "agentInstructions": "AGENTS.md",
  "llms": "https://ds.bepartnerlabs.com/AGENTS.md",
  "keywords": [
    "css",
    "design-system",
    "components",
    "tokens",
    "no-js",
    "agentic",
    "agent-ready",
    "definition-first"
  ],
  "style": "dist/bpl-ds.min.css",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/bpl-ds.min.css"
    },
    "./full": "./dist/bpl-ds.css",
    "./index.css": "./dist/index.css",
    "./core": "./dist/core/index.min.css",
    "./core/tokens": "./dist/core/tokens.min.css",
    "./core/reset": "./dist/core/reset.min.css",
    "./core/grid": "./dist/core/grid.min.css",
    "./core/utilities": "./dist/core/utilities.min.css",
    "./components/*": "./dist/components/*.min.css",
    "./js/bp-toast": "./dist/js/bp-toast.esm.min.js",
    "./js/bp-dropdown": "./dist/js/bp-dropdown.esm.min.js",
    "./js/bp-table": "./dist/js/bp-table.esm.min.js",
    "./js/*": "./dist/js/*"
  },
  "files": [
    "dist",
    "scripts/agent-init.js",
    "*.md",
    "LICENSE"
  ],
  "scripts": {
    "prepare": "git config core.hooksPath .githooks || true",
    "postinstall": "node scripts/agent-init.js",
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "build:public": "node scripts/build-public.js",
    "build:dist": "node scripts/build-dist.js",
    "preview": "astro preview",
    "astro": "astro",
    "format": "biome format --write . && prettier --write \"src/**/*.{css,mdx}\"",
    "lint": "biome lint src/",
    "check": "biome check src/",
    "validate:ds": "node scripts/validate-ds.js",
    "snapshot:update": "node scripts/build-dist.js && node scripts/snapshot-css.js",
    "snapshot:test": "node scripts/test-snapshots.js"
  },
  "dependencies": {
    "@astrojs/starlight": "^0.38.5",
    "astro": "^6.2.2",
    "sharp": "^0.35.2"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.1",
    "esbuild": "^0.28.1",
    "lightningcss": "^1.32.0",
    "prettier": "^3.8.4"
  },
  "packageManager": "pnpm@11.1.1+sha512.d1fdf5f73c617b64fa1a56a81c3c8dfe0e966e33a6010aa256b517ae77be21d93e05affc0de1a83b0e4f29d569f68b446ae8f068cd7247c0bb3df0fb4d7bdf9a"
}
