@kazion/create-app
Version:
A cli tool to help you get started with graphql and rest api's with typescript
61 lines (60 loc) • 1.38 kB
JSON
{
"name": "@kazion/create-app",
"description": "A cli tool to help you get started with graphql and rest api's with typescript",
"version": "1.3.0",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"start": "node src/index.js",
"push": "npm version minor && git push && git push --tags",
"git:push": "git add -A && git commit -m 'new release' && git push"
},
"bin": {
"@kazion/create-app": "bin/create-app",
"create-app": "bin/create-app"
},
"publishConfig": {
"access": "public"
},
"files": [
"bin/",
"src/",
"templates/",
"./create-app.png"
],
"keywords": [
"graphql",
"graphql-starter",
"Rest API",
"Rest API Starter",
"Rest API Starter Kit"
],
"author": {
"name": "Patrick",
"email": "patrickckabwe@gmail.com",
"url": "https://www.patrickkabwe.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Kazion500/create-app-cli",
"directory": "@kazion/create-app",
"branch": "main"
},
"maintainers": [
{
"name": "Patrick",
"email": "patrickckabwe@gmail.com"
}
],
"dependencies": {
"arg": "^5.0.2",
"chalk": "4.1.1",
"command-line-usage": "^5.0.1",
"esm": "^3.2.25",
"execa": "^5.1.0",
"inquirer": "8.0.0",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0"
}
}