-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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": "@kud/pcloud-cli",
"version": "0.2.0",
"description": "CLI tool for pCloud file operations — list, restore from trash and rewind",
"homepage": "https://kud.github.io/pcloud-cli",
"main": "dist/cli.js",
"bin": {
"pcloud": "./dist/cli.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/cli.js",
"dev": "tsx src/cli.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kud/pcloud-cli.git"
},
"type": "module",
"devDependencies": {
"@types/express": "5.0.6",
"@types/node": "25.6.0",
"@types/prompts": "2.4.9",
"@types/react": "19.2.14",
"tsx": "4.21.0",
"typescript": "6.0.3"
},
"dependencies": {
"@inkjs/ui": "2.0.0",
"commander": "14.0.3",
"dotenv": "17.4.2",
"express": "5.2.1",
"ink": "7.0.1",
"ink-picture": "1.3.5",
"open": "11.0.0",
"prompts": "2.4.2",
"react": "19.2.5"
}
}