Files
payload/packages/plugin-cloud/package.json
2023-10-11 21:50:22 -04:00

42 lines
1.1 KiB
JSON

{
"name": "@payloadcms/plugin-cloud",
"description": "The official Payload Cloud plugin",
"version": "2.2.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest",
"build:watch": "tsc -w",
"lint": "eslint src",
"lint:fix": "eslint --fix --ext .ts,.tsx src",
"clean": "rimraf dist && rimraf dev/yarn.lock",
"prepublishOnly": "yarn clean && yarn build && yarn test"
},
"peerDependencies": {
"nodemailer": "^6.9.0",
"payload": "^1.8.2 || ^2.0.0"
},
"dependencies": {
"@aws-sdk/client-cognito-identity": "^3.289.0",
"@aws-sdk/client-s3": "^3.142.0",
"@aws-sdk/credential-providers": "^3.289.0",
"@aws-sdk/lib-storage": "^3.267.0",
"amazon-cognito-identity-js": "^6.1.2",
"resend": "^0.17.2"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/jest": "^29.5.1",
"@types/nodemailer": "^6.4.7",
"nodemailer": "^6.9.1",
"payload": "^1.11.6",
"ts-jest": "^29.1.0",
"webpack": "^5.78.0"
},
"files": [
"dist"
]
}