-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 824 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 824 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
34
35
36
{
"name": "ffca",
"version": "0.0.4",
"description": "A simple cli for fun",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ffcabbar/ffca"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./index.js",
"keywords": [
"ffca",
"ffcabbar",
"furkan"
],
"author": "ffcabbar <ffcabbar@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/ffcabbar/ffca",
"dependencies": {
"axios": "^0.25.0",
"blessed": "^0.1.81",
"blessed-contrib": "^4.10.1",
"chalk": "^5.0.0",
"chalk-animation": "^1.6.0",
"figlet": "^1.5.2",
"gradient-string": "^2.0.0",
"inquirer": "^8.2.0",
"open": "^8.4.0",
"terminal-image": "^2.0.0",
"terminal-link": "^3.0.0"
}
}