UNPKG

cepta

Version:
51 lines (50 loc) 1.06 kB
{ "name": "cepta", "version": "4.3.0", "description": "Create Express Pug Tailwind App", "exports": "./cepta.js", "type": "module", "bin": { "cepta": "./cepta.js" }, "engines": { "node": ">=18.0.0", "npm": ">=9.8.1" }, "scripts": { "build": "pkg . --out-path dist" }, "repository": { "type": "git", "url": "git+https://github.com/Development-as-a-Dependency/cepta.git" }, "keywords": [ "CLI", "Pug", "Tailwind", "Express" ], "author": "ted@daad.wtf", "license": "MIT", "bugs": { "url": "https://github.com/Development-as-a-Dependency/cepta/issues" }, "homepage": "https://github.com/Development-as-a-Dependency/cepta#readme", "dependencies": { "chalk": "^4.0.0", "child_process": "^1.0.2", "fs-extra": "^11.1.0", "inquirer": "^8.0.0", "ora": "^7.0.1" }, "pkg": { "scripts": "cepta.js", "assets": "bin/**/*", "targets": [ "node18-linux-x64", "node18-macos-x64", "node18-win-x64" ], "outputPath": "dist" } }