aws-sharp
Version:
This contains a reference to the aws-sdk and sharp module. It is a valid use case to use
38 lines (37 loc) • 833 B
JSON
{
"name": "aws-sharp",
"version": "1.0.6",
"description": "This contains a reference to the aws-sdk and sharp module. It is a valid use case to use",
"main": "index.js",
"scripts": {
"test": "nyc mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scube-elate/aws-sharp.git"
},
"keywords": [
"aws-cli",
"sharp",
"s3",
"compress",
"s3upload",
"base64"
],
"author": "developer@scube.me",
"license": "ISC",
"bugs": {
"url": "https://github.com/scube-elate/aws-sharp/issues"
},
"homepage": "https://github.com/scube-elate/aws-sharp#readme",
"dependencies": {
"aws-sdk": "^2.845.0",
"sharp": "^0.27.1"
},
"devDependencies": {
"chai": "^4.3.0",
"dotenv": "^8.2.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0"
}
}