big-head
Version:
A control panel generator for APIed-Piper
38 lines (37 loc) • 805 B
JSON
{
"name": "big-head",
"version": "1.1.4",
"description": "A control panel generator for APIed-Piper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leganux/big-head.git"
},
"keywords": [
"leganux",
"api",
"rest",
"develop",
"web",
"apied-piper",
"big-head",
"code-rag"
],
"author": "Angel Erick Cruz Olivera - leganux",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/leganux/big-head/issues"
},
"homepage": "https://github.com/leganux/big-head#readme",
"dependencies": {
"code-rag-sdk": "^1.1.0",
"commander": "^11.1.0",
"make-dir": "^4.0.0"
},
"bin": {
"bighead": "./index.js"
}
}