-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 1.09 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
46
47
48
{
"name": "cubedfilemanager",
"version": "3.1.14",
"description": "A CLI that helps scripters easily work on their playerservers on the CubedCraft network.",
"exports": "./dist/index.js",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/supercrafter100/cubedfilemanager"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CubedCraft",
"Playerservers",
"Skript",
"Auto uploader",
"Advanced",
"CLI"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cheerio": "^0.22.30",
"@types/minimist": "^1.2.1",
"@types/node": "^20.14.11",
"@types/update-notifier": "^6.0.8",
"tslint": "^6.1.3",
"typescript": "^5.5.3"
},
"dependencies": {
"@inquirer/select": "^2.4.0",
"chalk": "^5.3.0",
"cheerio": "*",
"chokidar": "^3.6.0",
"minimist": "^1.2.5",
"picospinner": "^1.0.1",
"socket.io-client": "^4.7.5",
"update-notifier": "^7.1.0"
},
"bin": {
"cfm": "./dist/index.js"
}
}