UNPKG

@getcronit/pylon-dev

Version:

CLI for creating a Pylon

38 lines 1.11 kB
{ "name": "@getcronit/pylon-dev", "type": "module", "version": "1.0.4-canary-20250311173056.573ae5085c663f87cbd7704d3975323a23288851", "description": "CLI for creating a Pylon", "bin": { "pylon": "./dist/index.js" }, "files": [ "dist" ], "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": { "@gqty/cli": "^4.2.0", "commander": "^12.1.0", "consola": "^3.2.3", "dotenv": "^16.4.5", "treekill": "^1.0.0", "@getcronit/pylon-builder": "^2.6.8-canary-20250311173056.573ae5085c663f87cbd7704d3975323a23288851", "@getcronit/pylon-telemetry": "^1.0.3" }, "publishConfig": { "access": "public" }, "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" } }