This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/packages/aws-s3-utils/package.json

22 lines
455 B
JSON

{
"name": "aws-s3-utils",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "yarn build",
"build": "tsc -p tsconfig.build.json"
},
"dependencies": {
"aws-sdk": "^2.709.0",
"fs-extra": "^9.0.1",
"klaw": "^3.0.0",
"mime-types": "^2.1.27",
"next": "^9.4.4",
"regex-parser": "^2.2.10"
},
"devDependencies": {
"typescript": "^3.9.6"
}
}