UNPKG

@nexide/strapi-provider-bunny

Version:
60 lines (59 loc) 1.56 kB
{ "name": "@nexide/strapi-provider-bunny", "version": "1.3.5", "description": "Bunny.net provider for Strapi upload", "main": "./lib/index.js", "type": "commonjs", "scripts": { "build": "babel src --out-dir lib --extensions \".js,.jsx,.ts,.tsx\" --presets minify", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/NexideSas/strapi-provider-bunny.git" }, "keywords": [ "strapi", "upload", "provider", "storage", "bunny.net", "cdn", "nexide" ], "strapi": { "isProvider": true, "name": "strapi-provider-bunny", "description": "Bunny.net provider for Strapi", "kind": "plugin", "displayName": "Bunny.net provider for Strapi" }, "peerDependencies": { "@strapi/strapi": "^5.x.x" }, "dependencies": { "@strapi/utils": "^5.x.x", "axios": "^0.21.1" }, "author": "Jorge Zambrano <jorge@nexide.co> (https://nexide.co)", "license": "MIT", "bugs": { "url": "https://github.com/NexideSas/strapi-provider-bunny/issues" }, "homepage": "https://github.com/NexideSas/strapi-provider-bunny#readme", "directories": { "lib": "lib" }, "devDependencies": { "@babel/cli": "^7.23.9", "@babel/core": "^7.23.9", "@babel/preset-env": "^7.23.9", "babel-preset-minify": "^0.5.2", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^8.0.0", "prettier": "^3.2.4" } }