UNPKG

@swyger/cli

Version:

Swyger CLI is used to create projects(Server/Client) with boilerplate!

55 lines (54 loc) 1.11 kB
{ "name": "@swyger/cli", "version": "0.1.6", "description": "Swyger CLI is used to create projects(Server/Client) with boilerplate!", "type": "module", "main": "bin/index.js", "repository": "https://github.com/coorise/swyger-nodejs-cli", "publishConfig": { "ignore": [ ".git/", ".idea/", ".backup/", "v*.zip/", "static/", "node_modules" ] }, "bin": { "swyger": "./bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "keywords": [ "Swyger CLI", "CLI", "Client", "Server", "RestAPI", "API", "Swyger", "Swyger Client", "Boilerplate", "CMS", "SPA", "Components", "strapi", "firebase" ], "author": "Agglomy", "license": "MIT", "dependencies": { "@clack/prompts": "^0.6.3", "@npmcli/git": "^4.0.4", "@vitalets/google-translate-api": "^9.2.0", "boxen": "^7.1.0", "chalk": "^5.2.0", "figlet": "^1.6.0", "fs-extra": "^11.1.1", "picocolors": "^1.0.0", "yargs": "^17.7.2" } }