-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 934 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
34
35
36
37
38
39
40
41
42
43
{
"name": "stend-cli",
"version": "2.0.0",
"description": "Télécharger et envoyer des fichiers via Stend depuis un terminal",
"main": "index.js",
"bin": {
"stend": "index.js",
"std": "index.js",
"stend-config": "config.js"
},
"keywords": [
"file",
"file-upload",
"terminal",
"tui",
"cli"
],
"author": "JohanStickman",
"license": "MIT",
"dependencies": {
"axios": "^1.6.5",
"boxen": "5.0.1",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.3",
"clipboardy": "^2.3.0",
"extract-zip": "^2.0.1",
"inquirer": "^8.2.0",
"node-notifier": "10.0.0",
"nodejs-file-downloader": "^4.12.1",
"simple-json-db": "^2.0.0",
"superagent": "^8.1.2",
"update-notifier": "5.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hoststend/stend-cli.git"
},
"homepage": "https://stend.johanstick.fr/cli-docs/intro",
"devDependencies": {
"eslint": "^8.56.0"
}
}