-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 755 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "github-repo-analyzer",
"version": "1.0.0",
"type": "module",
"description": "AI-powered GitHub repository analyzer TUI — Generate READMEs, .gitignore files, and security reports using Fireworks AI",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js"
},
"keywords": [
"github",
"analyzer",
"ai",
"tui",
"cli",
"fireworks",
"readme-generator",
"security"
],
"author": "",
"license": "MIT",
"dependencies": {
"@inquirer/prompts": "^7.0.0",
"@octokit/rest": "^21.0.0",
"boxen": "^8.0.0",
"chalk": "^5.4.0",
"dotenv": "^16.4.0",
"figlet": "^1.8.0",
"gradient-string": "^3.0.0",
"ora": "^8.0.0"
}
}