UNPKG

poyka

Version:

A framework for interactively creating, extending and maintaining web application as never easier before while doing it in elegant design patterns.

72 lines (71 loc) 1.78 kB
{ "name": "poyka", "version": "0.3.162", "liscense": "", "main": "index.js", "module": "", "description": "A framework for interactively creating, extending and maintaining web application as never easier before while doing it in elegant design patterns.", "sourceMap": true, "inlineSourceMap": false, "outDir": "", "scripts": { "start": "tsc && node ./dist/app.js", "test": "tsc & npm publish & npm i -g poyka & ggg", "build": "tsc & node ./dist/app.js", "push": "tsc & npm publish & npm i -g poyka & ggg" }, "files": [ "dist", "contents", "index.js", ".vscode/tasks.json" ], "keywords": [ "api", "web", "nodejs", "generator", "code-gen", "typescript", "javascript" ], "dependencies": { "chalk": "^4.0.0", "child_process": "^1.0.2", "create-react-app": "^3.4.1", "csharper": "^0.1.21", "decova-dotnet-developer": "^1.3.69", "decova-environment": "0.0.5", "decova-filesystem": "^1.1.52", "decova-json": "0.0.7", "decova-terminal": "^0.1.70", "figlet": "^1.4.0", "filesystem": "^1.0.1", "fuzzy": "^0.1.3", "g": "^2.0.1", "gitignore": "^0.6.0", "inquirer": "^7.1.0", "inquirer-autocomplete-prompt": "^1.3.0", "mongoose": "^5.11.18", "os": "^0.1.1", "require": "^2.4.20", "semver": "^7.3.4", "shelljs": "^0.8.4" }, "bin": { "pk": "./index.js", "ggg": "./index.js", "k": "./index.js" }, "devDependencies": { "@types/figlet": "^1.2.0", "@types/inquirer": "^6.5.0", "@types/jasmine": "^3.5.10", "@types/semver": "^7.3.4", "jasmine": "^3.5.0", "prettier": "^2.0.5", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.3" } }