-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 886 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
36
37
38
39
40
41
42
43
{
"name": "@zifahm/uppy-cloudinary",
"description": "Uppy plugin for Cloudinary",
"version": "0.1.7",
"repository": "zifahm/uppy-cloudinary",
"main": "dist/CloudinaryPlugin",
"typings": "dist/CloudinaryPlugin.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm ./dist/* && tsc"
},
"peerDependencies": {
"@uppy/core": "^1.2.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"husky": "^3.0.2",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"typescript": "^3.5.3"
},
"author": "zifahm",
"license": "MIT",
"keywords": [
"uppy cloudinary",
"cloudinary",
"uppy",
"uppy react cloudinary",
"cloudinary generate signature uppy"
]
}