-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
33 lines (33 loc) · 905 Bytes
/
package.json
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": "quicky",
"version": "0.1.1",
"description": "Quicky is a powerful Node.js CLI that makes server management and deployment a breeze. It's a simple and easy-to-use tool that allows you to manage your servers and deploy your projects with ease.",
"main": "index.js",
"type": "module",
"homepage": "https://quicky.dev",
"repository": {
"type": "git",
"url": "https://github.com/alohe/quicky"
},
"scripts": {
"start": "node ."
},
"bin": "./index.js",
"author": "@alemalohe",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"chalk": "^5.3.0",
"cli-table3": "^0.6.5",
"commander": "^12.1.0",
"date-fns": "^4.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^12.0.1",
"latest-version": "^9.0.0",
"nanospinner": "^1.2.0",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"uuid": "^11.0.3"
}
}