-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 819 Bytes
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": "quick-cloudinary-uploader",
"description": "A very simple Cloudinary uploader in a Node environment only",
"keywords": [
"nodejs-cli",
"cli",
"cloudinary",
"upload",
"images"
],
"version": "1.1.1",
"license": "MIT",
"author": "Ben Michaud <ben@tigersway.net>",
"repository": {
"type": "git",
"url": "git+https://github.com/TigersWay/quick-cloudinary-uploader.git"
},
"homepage": "https://github.com/TigersWay/quick-cloudinary-uploader/#readme",
"files": [
"cli.js"
],
"bin": {
"qcu": "./cli.js"
},
"scripts": {
"test": "node cli -p testApril 'images/**/*' 'assets:**/*'"
},
"dependencies": {
"cloudinary": "^1.34.0",
"commander": "^9.5.0",
"dotenv": "^16.0.3",
"fast-glob": "^3.2.12",
"picocolors": "^1.0.0"
}
}