2021-08-25 14:44:32 +02:00

49 lines
996 B
JSON

{
"name": "@strapi/provider-upload-local",
"version": "3.6.8",
"description": "Local provider for strapi upload",
"homepage": "https://strapi.io",
"keywords": [
"upload",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"strapi": {
"isProvider": true
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi team",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"peerDependencies": {
"@strapi/plugin-upload": "^4.0.0"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"test": "echo \"no tests yet\""
},
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}