@filesrocket/cloudinary
Version:
Filesrocket service that manage the files of the Cloudinary
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "@filesrocket/cloudinary",
"version": "1.2.2",
"description": "Filesrocket service that manage the files of the Cloudinary",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"build": "tsc -p .",
"test": "mocha -r ts-node/register test/**/*.spec.ts"
},
"keywords": [
"cloudinary",
"filesmanagement",
"uploads",
"files",
"filesrocket"
],
"author": {
"name": "Ivan Zaldivar",
"url": "https://github.com/thebug404"
},
"repository": {
"url": "https://github.com/Filesrocket/filesrocket"
},
"homepage": "https://filesrocket.com/",
"bugs": {
"url": "https://github.com/Filesrocket/filesrocket/issues"
},
"directories": {
"lib": "lib"
},
"files": [
"LICENCE",
"README.md",
"lib/**"
],
"publishConfig": {
"access": "public"
},
"license": "MIT",
"dependencies": {
"@filesrocket/core": "^1.2.2",
"cloudinary": "^1.30.1"
},
"gitHead": "5c0959323477485769abaf3f1c0ef3772a5cacd7"
}