{
  "name": "@haxtheweb/create",
  "version": "11.0.7",
  "publishConfig": {
    "access": "public"
  },
  "description": "CLI for all things HAX the web",
  "author": "HAXTheWeb core team",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.20.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/haxtheweb/create.git"
  },
  "bugs": {
    "url": "https://github.com/haxtheweb/issues/issues"
  },
  "homepage": "https://hax.psu.edu/",
  "scripts": {
    "build": "rm -rf dist && babel src --out-dir dist --copy-files --include-dotfiles && chmod 774 dist/create.js",
    "start": "npm run build && node ./dist/create.js && chmod 774 dist/create.js",
    "release": "npm run build && commit-and-tag-version && git push --follow-tags origin main && npm publish",
    "hax": "hax",
    "dev": "nodemon --watch src",
    "haxcms-nodejs": "haxcms-nodejs"
  },
  "man": [
    "./dist/docs/hax.1"
  ],
  "bin": {
    "create-haxtheweb": "./dist/create.js",
    "hax": "./dist/create.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "webcomponents",
    "html",
    "lit",
    "haxtheweb"
  ],
  "dependencies": {
    "@clack/core": "0.5.0",
    "@clack/prompts": "0.11.0",
    "@haxtheweb/haxcms-nodejs": "^11.0.15",
    "@haxtheweb/open-apis": "^11.0.3",
    "commander": "12.1.0",
    "ejs": "3.1.10",
    "js-yaml": "4.1.0",
    "node-html-parser": "6.1.13",
    "open": "^8.4.2",
    "picocolors": "1.0.1",
    "winston": "3.17.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.27.0",
    "@babel/core": "^7.26.10",
    "@babel/plugin-syntax-import-attributes": "^7.26.0",
    "@babel/preset-env": "^7.26.9",
    "@babel/register": "^7.25.9",
    "@custom-elements-manifest/analyzer": "0.10.4",
    "babel-plugin-transform-dynamic-import": "^2.1.0",
    "commit-and-tag-version": "12.4.1",
    "nodemon": "^3.1.7"
  }
}
