UNPKG

create-pylon

Version:

CLI for creating a Pylon

33 lines 877 B
{ "name": "create-pylon", "type": "module", "version": "1.1.5", "description": "CLI for creating a Pylon", "bin": "./dist/index.js", "files": [ "dist", "templates" ], "author": "Nico Schett <nico.schett@cronit.io>", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/getcronit/pylon.git", "directory": "packages/create-pylon" }, "homepage": "https://pylon.cronit.io", "dependencies": { "@inquirer/prompts": "^5.4.0", "chalk": "^5.3.0", "commander": "^12.1.0", "consola": "^3.2.3", "hono": "^4", "@getcronit/pylon-telemetry": "^1.0.4" }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "rimraf ./dist && esbuild ./src/index.ts --bundle --platform=node --target=node18 --format=esm --minify --outdir=./dist --sourcemap=linked --packages=external" } }