{
  "name": "silt-design-mode",
  "version": "0.1.3",
  "description": "Point at any element in a running UI, say what should change, and an agent makes the change. Standalone npm package AND the in-Silt canvas tool. Spec: docs/silt-design-mode/ at the repo root.",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://silt.app",
  "engines": {
    "node": ">=20"
  },
  "type": "module",
  "main": "./dist/index.js",
  "scripts": {
    "lab": "vite",
    "check": "tsc --noEmit",
    "lint": "eslint src",
    "build:lab": "vite build",
    "build": "vite build -c vite.lib.config.ts && tsc -p tsconfig.build.json",
    "prepublishOnly": "npm run build",
    "pack:web": "npm run build && npm pack",
    "postinstall": "node bin/postinstall.mjs"
  },
  "devDependencies": {
    "@babel/parser": "^8.0.4",
    "@hugeicons/core-free-icons": "^1.1.0",
    "@hugeicons/react": "^1.1.0",
    "@playwright/test": "^1.62.1",
    "@types/node": "^22.20.1",
    "@types/react": "18.3.3",
    "@types/react-dom": "18.3.0",
    "@vitejs/plugin-react": "^4.3.4",
    "dialkit": "^1.4.3",
    "eslint": "^10.8.0",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "typescript": "~5.6.3",
    "typescript-eslint": "^8.66.0",
    "vite": "^6.3.5"
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./next": {
      "types": "./build/next.d.ts",
      "default": "./build/next.cjs"
    },
    "./vite": {
      "types": "./build/vite.d.ts",
      "default": "./build/vite.cjs"
    },
    "./loader": "./build/loader.cjs"
  },
  "files": [
    "dist",
    "build",
    "bin",
    "skill"
  ],
  "sideEffects": false,
  "peerDependencies": {
    "@babel/parser": ">=7",
    "react": ">=18",
    "react-dom": ">=18"
  },
  "peerDependenciesMeta": {
    "@babel/parser": {
      "optional": true
    }
  },
  "bin": {
    "silt-design-mode": "./bin/cli.mjs",
    "sdm": "./bin/cli.mjs",
    "silt-design-mode-beta": "./bin/cli-beta.mjs",
    "sdm-beta": "./bin/cli-beta.mjs"
  }
}
