-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.18 KB
/
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
44
45
{
"name": "dyte-vit-2022-kanitmann",
"version": "1.0.0",
"description": "",
"main": "bin/compiled.js",
"bin": {
"destro": "./bin/compiled.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dyte-submissions/dyte-vit-2022-kanitmann.git"
},
"author": "kanitmann",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/dyte-submissions/dyte-vit-2022-kanitmann/issues"
},
"homepage": "https://github.com/dyte-submissions/dyte-vit-2022-kanitmann#readme",
"dependencies": {
"axios": "^0.27.2",
"chalk": "^5.0.1",
"chalk-animation": "^2.0.2",
"cheerio": "^1.0.0-rc.11",
"cli-frames": "^2.2.10",
"csv": "^6.1.0",
"csv-parse": "^5.1.0",
"express": "^4.18.1",
"fast-csv": "^4.3.6",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"get-package-json-from-github": "^1.2.1",
"gradient-string": "^2.0.1",
"inquirer": "^8.2.4",
"inquirer-autocomplete-prompt": "^2.0.0",
"nanospinner": "^1.1.0",
"node-fetch": "^3.2.4",
"ora": "^6.1.0",
"pretty": "^2.0.0",
"yargs": "^17.5.1"
}
}