UNPKG

@ahhaohho/s3-upload-sdk

Version:

S3 + CloudFront presigned URL SDK for AhhaOhho platform

38 lines (37 loc) 772 B
{ "name": "@ahhaohho/s3-upload-sdk", "version": "1.0.1", "description": "S3 + CloudFront presigned URL SDK for AhhaOhho platform", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "s3", "presigned-url", "cloudfront", "upload", "aws", "ahhaohho" ], "author": "AhhaOhho", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Future-Lab-META/npm-s3-upload-sdk" }, "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "files": [ "dist", "README.md" ] }