@haxtheweb/create
Version:
CLI for all things HAX the web
81 lines (80 loc) • 2.21 kB
JSON
{
"name": "@haxtheweb/create",
"version": "26.8.1",
"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",
"local": "npm run build && npm link",
"test": "node --test test/unit/**/*.test.cjs test/smoke/**/*.test.cjs",
"test:unit": "node --test test/unit/**/*.test.cjs",
"test:smoke": "node --test test/smoke/**/*.test.cjs"
},
"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": "1.3.1",
"@clack/prompts": "1.4.0",
"commander": "14.0.3",
"ejs": "5.0.2",
"js-yaml": "4.3.1",
"node-html-parser": "7.1.0",
"open": "11.0.0",
"picocolors": "1.1.1",
"twig": "3.0.0",
"winston": "3.19.0",
"@haxtheweb/haxcms-nodejs": "^26.8.0"
},
"overrides": {
"js-yaml": "4.3.1",
"multer": "2.2.0",
"markdown-it": "14.3.0",
"ws": "8.21.3",
"sharp": "0.35.3"
},
"devDependencies": {
"@babel/cli": "7.28.6",
"@babel/core": "^7.29.7",
"@babel/plugin-syntax-import-attributes": "7.28.6",
"@babel/preset-env": "7.29.5",
"@babel/register": "7.29.3",
"@custom-elements-manifest/analyzer": "0.10.4",
"babel-plugin-transform-dynamic-import": "2.1.0",
"commit-and-tag-version": "12.7.3",
"nodemon": "3.1.14"
}
}