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/package.json
2020-07-09 18:01:18 -07:00

24 lines
527 B
JSON

{
"name": "@next-deploy/aws-s3",
"version": "1.0.0",
"license": "MIT",
"main": "serverless.js",
"types": "dist/component.d.ts",
"scripts": {
"prepare": "yarn build",
"build": "tsc -p tsconfig.build.json"
},
"dependencies": {
"aws-sdk": "^2.712.0",
"fs-extra": "^9.0.1",
"klaw": "^3.0.0",
"klaw-sync": "^6.0.0",
"mime-types": "^2.1.27",
"next": "^9.4.4",
"regex-parser": "^2.2.10",
"s3-stream-upload": "^2.0.2"
},
"devDependencies": {
"typescript": "^3.9.6"
}
}