UNPKG

create-conjoon

Version:

A scaffolding utility to help you instantly set up a functional conjoon app.

57 lines 1.56 kB
{ "name": "create-conjoon", "type": "module", "version": "1.0.0", "description": "A scaffolding utility to help you instantly set up a functional conjoon app.", "scripts": { "create-conjoon": "create-conjoon", "release": "standard-version", "release:patch": "standard-version --release-as patch && npm run postversion", "release:minor": "standard-version --release-as minor && npm run postversion", "release:major": "standard-version --release-as major && npm run postversion", "postversion": "git push && git push --tags" }, "bin": "bin/index.js", "repository": { "type": "git", "url": "git+https://github.com/conjoon/create-conjoon.git" }, "keywords": [ "conjoon", "email", "webmail", "scaffolding", "extjs", "sencha", "javascript", "php" ], "author": "Thorsten Suckow-Homberg <thorsten@suckow-homberg.de>", "license": "MIT", "bugs": { "url": "https://github.com/conjoon/create-conjoon/issues" }, "homepage": "https://github.com/conjoon/create-conjoon", "dependencies": { "@docusaurus/logger": "^2.0.0-beta.21", "@l8js/l8": "^0.12.1", "adm-zip": "^0.5.10", "boxen": "^6.2.1", "commander": "^9.3.0", "fs-extra": "^10.1.0", "got": "^12.5.3", "module": "^1.2.5", "prompts": "^2.4.2", "semver": "^7.3.7", "shelljs": "^0.8.5", "supports-color": "^9.2.2", "url": "^0.11.0" }, "devDependencies": { "eslint": "^8.16.0", "standard-version": "^9.3.1" }, "engines": { "node": ">=16.14" } }