{ "name": "ghos3", "version": "3.0.1", "description": "S3 Storage adapter for Ghost.", "main": "index.js", "scripts": { "build": "esbuild ./src/index.js --bundle --outfile=index.js --platform=node --format=cjs --target=node16 --packages=external --footer:js='module.exports = module.exports.default;'", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Shibo Lyu ", "license": "ISC", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", "@tryghost/errors": "^1.3.6", "@tryghost/tpl": "^0.1.33", "ghost-storage-base": "^1.0.0" }, "devDependencies": { "@types/express": "^4.17.17", "@types/ghost-storage-base": "^0.0.1", "esbuild": "^0.20.2", "prettier": "^3.2.5", "tslib": "^2.6.2", "typescript": "^5.4.3" } }