{
  "name": "@bytefaceinc/web-lang",
  "version": "0.1.6",
  "description": "WEB Lang compiler and CLI for authoring .web power docs that compile to HTML, CSS, render screenshots, and support watch mode",
  "license": "MIT",
  "homepage": "https://github.com/bytefaceinc/web-lang#readme",
  "bugs": {
    "url": "https://github.com/bytefaceinc/web-lang/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bytefaceinc/web-lang.git"
  },
  "type": "commonjs",
  "main": "./compiler.js",
  "exports": {
    ".": "./compiler.js",
    "./compiler": "./compiler.js"
  },
  "bin": {
    "web": "bin/web.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "compiler.js",
    "bin/",
    "lib/",
    "assets/",
    "docs/",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "web-lang",
    "web",
    "compiler",
    "cli",
    "dsl",
    "html",
    "css",
    "screenshot",
    "watch",
    "puppeteer",
    "static-site",
    "design-system"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "puppeteer": "^24.40.0"
  },
  "scripts": {
    "test": "node smoke-test.js",
    "pack:check": "npm pack --dry-run"
  }
}
