kira-crud
Version:
Intelligent CRUD Generator for Laravel and Angular
69 lines (68 loc) • 1.62 kB
JSON
{
"name": "kira-crud",
"version": "2.2.5",
"description": "Intelligent CRUD Generator for Laravel and Angular",
"main": "kira.js",
"bin": {
"kira": "kira.js"
},
"scripts": {
"start": "node kira.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/setup.js",
"update": "npm install -g kira-crud@latest"
},
"keywords": [
"crud",
"generator",
"laravel",
"angular",
"cli",
"full-stack",
"scaffold",
"code-generator"
],
"author": "Alexis Katel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitlab.com/luxcorporate-team/generation-de-code/laravel-angular.git"
},
"bugs": {
"url": "https://gitlab.com/luxcorporate-team/generation-de-code/laravel-angular/issues"
},
"homepage": "https://gitlab.com/luxcorporate-team/generation-de-code/laravel-angular",
"dependencies": {
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"chalk-animation": "^2.0.3",
"clear": "^0.1.0",
"cli-progress": "^3.12.0",
"cli-spinners": "^3.2.0",
"figlet": "^1.5.2",
"gradient-string": "^2.0.2",
"inquirer": "^8.2.5",
"js-yaml": "^4.1.0",
"listr2": "^8.3.3",
"nanospinner": "^1.2.2",
"ora": "^5.4.1",
"semver": "^7.5.4",
"terminal-link": "^4.0.0",
"commander": "^13.1.0"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"*.js",
"utils/**/*.js",
"generators/**/*.js",
"templates/**/*",
"examples/**/*",
"wizards/**/*.js",
"scripts/**/*.js",
"LICENSE",
"README.md"
],
"preferGlobal": true
}