fge-cli
Version:
A CLI tool to initialize new projects with Gemini and PRD markdown files.
30 lines (29 loc) • 631 B
JSON
{
"name": "fge-cli",
"version": "1.0.4",
"description": "A CLI tool to initialize new projects with Gemini and PRD markdown files.",
"main": "cli.js",
"bin": {
"ge": "./cli.js",
"gt": "./generate-tasks.js"
},
"scripts": {
"test": "echo \"Error: no test specified && exit 1",
"generate-tasks": "node ./generate-tasks.js"
},
"keywords": [
"cli",
"project",
"init",
"gemini",
"prd",
"task",
"automation"
],
"author": "Your Name <your.email@example.com>",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"node-fetch": "^2.6.7"
}
}