48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@payloadcms/plugin-cloud-storage",
|
|
"description": "The official cloud storage plugin for Payload CMS",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE.MD",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint --fix --ext .ts,.tsx src"
|
|
},
|
|
"peerDependencies": {
|
|
"@aws-sdk/client-s3": "^3.142.0",
|
|
"@azure/storage-blob": "^12.11.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@aws-sdk/client-s3": {
|
|
"optional": true
|
|
},
|
|
"@azure/storage-blob": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/client-s3": "^3.142.0",
|
|
"@azure/storage-blob": "^12.11.0",
|
|
"@types/express": "^4.17.9",
|
|
"@typescript-eslint/eslint-plugin": "5.12.1",
|
|
"@typescript-eslint/parser": "5.12.1",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^8.2.0",
|
|
"eslint": "^8.19.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"nodemon": "^2.0.6",
|
|
"payload": "^1.0.18",
|
|
"prettier": "^2.7.1",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|