{
  "name": "@webstir-io/webstir-frontend",
  "version": "0.1.48",
  "description": "Frontend build and publish tooling for Webstir workspaces.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./core": {
      "types": "./dist/core/index.d.ts",
      "import": "./dist/core/index.js",
      "default": "./dist/core/index.js"
    },
    "./builders": {
      "types": "./dist/builders/index.d.ts",
      "import": "./dist/builders/index.js",
      "default": "./dist/builders/index.js"
    },
    "./runtime": {
      "types": "./dist/runtime/index.d.ts",
      "import": "./dist/runtime/index.js",
      "default": "./dist/runtime/index.js"
    },
    "./cli": {
      "import": "./dist/cli.js",
      "default": "./dist/cli.js"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "webstir-frontend": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "rm -rf dist",
    "test": "tsc -p tsconfig.json && BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA=true BROWSERSLIST_IGNORE_OLD_DATA=true bun test tests/*.test.js",
    "release": "bash scripts/publish.sh"
  },
  "files": [
    "dist",
    "src",
    "scripts",
    "tests",
    "tsconfig.json"
  ],
  "engines": {
    "bun": ">=1.3.11"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webstir-io/webstir.git",
    "directory": "packages/tooling/webstir-frontend"
  },
  "homepage": "https://github.com/webstir-io/webstir/tree/main/packages/tooling/webstir-frontend#readme",
  "bugs": {
    "url": "https://github.com/webstir-io/webstir/issues"
  },
  "keywords": [
    "webstir",
    "frontend",
    "cli"
  ],
  "author": "Webstir",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "dependencies": {
    "@webstir-io/module-contract": "^0.1.16",
    "autoprefixer": "^10.4.18",
    "cheerio": "^1.0.0-rc.12",
    "commander": "^12.1.0",
    "csso": "^5.0.5",
    "domhandler": "^5.0.3",
    "esbuild": "^0.28.1",
    "highlight.js": "^11.11.1",
    "html-minifier-terser": "^7.2.0",
    "marked": "^12.0.2",
    "postcss": "^8.4.47",
    "postcss-custom-media": "^11.0.6",
    "sharp": "^0.33.3",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/bun": "^1.3.11",
    "@types/csso": "^5.0.4",
    "@types/html-minifier-terser": "^7.0.2",
    "@types/node": "^25.5.0",
    "typescript": "^5.7.2"
  }
}
