cloud-presign
Version:
A unified presigned URL generator for multiple cloud platforms
50 lines • 1.23 kB
JSON
{
"name": "cloud-presign",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/Pratham-10/cloud-presign"
},
"description": "A unified presigned URL generator for multiple cloud platforms",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src --ext .ts",
"prepare": "npm run build"
},
"keywords": [
"presign",
"aws",
"s3",
"gcp",
"azure",
"digital ocean",
"cloud storage",
"presigned url"
],
"author": "Pratham",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.350.0",
"@aws-sdk/s3-request-presigner": "^3.350.0",
"@azure/storage-blob": "^12.14.0",
"@google-cloud/storage": "^6.10.1",
"aws-sdk": "^2.1400.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
},
"engines": {
"node": ">=14.0.0"
}
}