UNPKG

@opcotech/gulp-s3-upload

Version:

A gulp task to asynchronous upload/update assets to an AWS S3 Bucket.

103 lines (102 loc) 2.65 kB
{ "name": "@opcotech/gulp-s3-upload", "description": "A gulp task to asynchronous upload/update assets to an AWS S3 Bucket.", "version": "1.0.2", "type": "module", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "author": { "name": "Opcotech Developers", "email": "dev@opcotech.com" }, "homepage": "https://github.com/opcotech/gulp-s3-upload", "repository": { "type": "git", "url": "git+https://github.com/opcotech/gulp-s3-upload.git" }, "bugs": { "url": "https://github.com/opcotech/gulp-s3-upload/issues" }, "keywords": [ "gulp", "gulpplugin", "aws", "s3", "upload", "asset" ], "license": "MIT", "publishConfig": { "access": "public" }, "files": [ "dist/", "README.md", "LICENSE" ], "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "rollup -c", "clean": "rimraf dist", "prebuild": "npm run clean", "prepare": "npm run build", "lint": "eslint src __tests__ --ext .ts", "test": "jest --verbose --no-cache", "watch": "rollup -c -w", "format": "prettier --write .", "changelog": "git cliff > CHANGELOG.md" }, "dependencies": { "@aws-sdk/client-s3": "3.758.0", "@aws-sdk/lib-storage": "3.758.0", "ansi-colors": "^4.1.3", "event-stream": "4.0.1", "fancy-log": "^2.0.0", "hasha": "^6.0.0", "mime": "^4.0.6", "plugin-error": "^2.0.1" }, "devDependencies": { "@aws-sdk/types": "^3.734.0", "@eslint/eslintrc": "^3.3.0", "@eslint/js": "^9.21.0", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/ansi-colors": "^3.2.6", "@types/event-stream": "^4.0.5", "@types/fancy-log": "^2.0.2", "@types/gulp": "^4.0.17", "@types/hasha": "^3.0.1", "@types/jest": "^29.5.14", "@types/mime": "^4.0.0", "@types/node": "^22.13.9", "@types/plugin-error": "^1.0.0", "@types/vinyl": "^2.0.12", "@typescript-eslint/eslint-plugin": "^8.26.0", "@typescript-eslint/parser": "^8.26.0", "eslint": "^9.21.0", "eslint-plugin-simple-import-sort": "^12.1.1", "jest": "^29.7.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "rollup": "^4.34.9", "ts-jest": "^29.2.6", "typescript": "^5.8.2", "vinyl": "^3.0.0" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "^4.34.9" } }