12345678910111213141516171819202122232425262728 |
- {
- "name": "upload-s3-action",
- "description": "Upload directory to AWS S3",
- "version": "1.1.3",
- "main": "index.js",
- "license": "MIT",
- "repository": "https://github.com/shallwefootball/upload-s3-action",
- "author": "Dong Keon Kim <amos@shallwefootball.com>",
- "scripts": {
- "package": "ncc build index.js -o dist"
- },
- "dependencies": {
- "@actions/core": "^1.2.6",
- "aws-sdk": "^2.641.0",
- "klaw-sync": "^6.0.0",
- "mime-types": "^2.1.26",
- "shortid": "^2.2.15",
- "slash": "^3.0.0"
- },
- "devDependencies": {
- "@zeit/ncc": "^0.21.1",
- "prettier": "^1.19.1"
- },
- "prettier": {
- "singleQuote": true
- }
- }
|