-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 920 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
{
"name": "rclone-uploader",
"version": "2.0.0",
"description": "easy uploading tool built for use with rclone",
"main": "bin/index.js",
"bin": {
"rclone-uploader": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashame/rclone-uploader.git"
},
"author": "Nathan Liu (https://github.com/ashame)",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/ashame/rclone-uploader/issues"
},
"dependencies": {
"cliui": "^7.0.4",
"colors.ts": "^1.0.20",
"dotenv": "^10.0.0",
"inquirer": "^8.1.2",
"inquirer-file-tree-selection-prompt": "^1.0.12"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2"
}
}