UNPKG

filesrocket-cloudinary

Version:

Filesrocket service that manage the files of the Cloudinary

59 lines (58 loc) 1.5 kB
{ "name": "filesrocket-cloudinary", "version": "0.0.4", "description": "Filesrocket service that manage the files of the Cloudinary", "main": "lib/index.js", "types": "lib", "scripts": { "build": "npm run lint && npm run test && tsc -p .", "lint": "eslint . --ext .ts", "lint:fix": "eslint --fix . --ext .ts", "test": "jest", "test:w": "npm run test -- --watch" }, "keywords": [ "cloudinary", "filesmanagement", "uploads", "files" ], "author": { "name": "Ivan Zaldivar", "url": "https://github.com/thebug404" }, "repository": { "url": "https://github.com/Filesrocket/filesrocket-cloudinary" }, "bugs": { "url": "https://github.com/Filesrocket/filesrocket-cloudinary/issues" }, "directories": { "lib": "lib" }, "files": [ "LICENCE", "README.md", "lib/**" ], "license": "MIT", "dependencies": { "cloudinary": "^1.29.0", "filesrocket": "^0.0.6" }, "devDependencies": { "@types/jest": "^27.0.3", "@typescript-eslint/eslint-plugin": "^5.10.1", "@typescript-eslint/parser": "^5.10.1", "dotenv": "^10.0.0", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jest": "^26.0.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.2.0", "ts-jest": "^27.1.2", "ts-node": "^10.3.0", "typescript": "^4.4.4" } }