-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 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
44
45
46
{
"name": "@ceteio/cloudinary-memory-server",
"description": "An in-memory mock server compatible with Cloudinary SDK methods for uploading and retrieving files.",
"version": "1.2.0",
"private": false,
"main": "index.js",
"bin": "./cli.js",
"author": "Jess Telford <jess+github@cete.io>",
"homepage": "https://github.com/ceteio/cloudinary-memory-server",
"bugs": "https://github.com/ceteio/cloudinary-memory-server/issues",
"repository": {
"type": "git",
"url": "https://github.com/ceteio/cloudinary-memory-server.git"
},
"license": "ISC",
"files": [
"cli.js",
"index.js",
"package.json",
"README.md"
],
"keywords": [
"cloudinary",
"mock",
"server",
"test",
"image"
],
"dependencies": {
"@changesets/cli": "^2.22.0",
"body-parser": "^1.17.1",
"execa": "^5.1.1",
"express": "^4.16.2",
"express-fileupload": "^1.4.0",
"express-winston": "^2.3.0",
"file-type": "^7.2.0",
"image-size": "^1.0.1",
"randomstring": "^1.1.5",
"tmp": "^0.2.1",
"winston": "^2.3.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}