{
  "name": "silt-design-mode",
  "version": "0.1.6",
  "description": "Point at any element in a running UI, say what should change, and an agent makes the change in your source. Works standalone; Silt canvases are optional.",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://silt.app",
  "engines": {
    "node": "^22.18.0 || >=24.11.0"
  },
  "type": "module",
  "main": "./dist/index.js",
  "scripts": {
    "lab": "vite",
    "check": "tsc --noEmit",
    "lint": "eslint src bin build lab test",
    "build:lab": "vite build",
    "build": "vite build -c vite.lib.config.ts && tsc -p tsconfig.build.json",
    "test": "npm run build && node --test test/*.test.mjs",
    "test:e2e": "playwright test",
    "prepack": "npm run build",
    "pack:web": "npm pack",
    "postinstall": "node bin/postinstall.mjs"
  },
  "dependencies": {
    "@babel/parser": "^8.0.4",
    "magicast": "^0.5.4"
  },
  "devDependencies": {
    "@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": {
      "types": "./build/loader.d.ts",
      "default": "./build/loader.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "build",
    "bin",
    "skill"
  ],
  "sideEffects": false,
  "peerDependencies": {
    "next": ">=14",
    "react": ">=18",
    "react-dom": ">=18"
  },
  "peerDependenciesMeta": {
    "next": {
      "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"
  }
}
