mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "@strapi/provider-upload-cloudinary",
|
|
"version": "4.15.4",
|
|
"description": "Cloudinary provider for strapi upload",
|
|
"keywords": [
|
|
"upload",
|
|
"cloudinary",
|
|
"strapi"
|
|
],
|
|
"homepage": "https://strapi.io",
|
|
"bugs": {
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": {
|
|
"name": "Luca Perret",
|
|
"email": "perret.luca@gmail.com",
|
|
"url": "https://github.com/lucaperret"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
}
|
|
],
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"source": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"./dist"
|
|
],
|
|
"scripts": {
|
|
"build": "pack-up build",
|
|
"clean": "run -T rimraf ./dist",
|
|
"lint": "run -T eslint .",
|
|
"prepublishOnly": "yarn clean && yarn build",
|
|
"watch": "pack-up watch"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/utils": "4.15.4",
|
|
"cloudinary": "^1.41.0",
|
|
"into-stream": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@strapi/pack-up": "4.15.4",
|
|
"eslint-config-custom": "4.15.4",
|
|
"tsconfig": "4.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|