-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "cloudinary-multer",
"version": "1.0.2",
"engines": {
"node": ">=9.0.0"
},
"description": "A custom multer store for uploading assets to cloudinary.",
"main": "lib/config/storage.js",
"scripts": {
"format": "prettier --write \"./**/*.js\"",
"lint": "eslint \"./**/*.js\" --quiet"
},
"keywords": [
"multer",
"cloudinary",
"storage",
"storage engine",
"upload files",
"cloud storage"
],
"author": "Aryaman Grover",
"license": "MIT",
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Aryaman1706/cloudinary-multer.git"
},
"bugs": {
"url": "https://github.com/Aryaman1706/cloudinary-multer/issues"
},
"homepage": "https://github.com/Aryaman1706/cloudinary-multer#readme"
}