UNPKG

@invisit/webpack-aws-lambda-auto-deploy-plugin

Version:

Uploads compiled assets to s3 after build

113 lines (112 loc) 2.97 kB
{ "name": "@invisit/webpack-aws-lambda-auto-deploy-plugin", "version": "1.0.17", "description": "Uploads compiled assets to s3 after build", "main": "lib/index.js", "types": "lib/index.d.ts", "publishConfig": { "access": "public" }, "quokka": { "babel": false, "ts": { "path": "./node_modules/typescript" } }, "scripts": { "build": "tsc -p tsconfig.json", "build:watch": "yarn build -w", "test": "jest", "release": "yarn publish --non-interactive", "release:patch": "yarn release --patch" }, "repository": { "type": "git", "url": "git@github.com:invisit/webpack-aws-lambda-auto-deploy-plugin.git" }, "keywords": [ "autodeploy", "deploy", "aws", "lambda", "s3", "webpack", "node", "upload", "production" ], "author": "Jonathan Glanz", "license": "MIT", "bugs": { "url": "https://github.com/invisit/webpack-aws-lambda-auto-deploy-plugin/issues" }, "homepage": "https://github.com/invisit/webpack-aws-lambda-auto-deploy-plugin", "dependencies": { "@3fv/deferred": "^1.2.1", "@3fv/guard": "^1.4.18", "@3fv/prelude-ts": "^0.8.22", "archiver": "^5.1.0", "aws-sdk": "^2", "bluebird": "^3.7.2", "debug": "^4", "lodash": "^4.10", "moment": "^2.29.1", "p-queue": "^6", "shelljs": "^0.8.4", "tracer": "^1.1.4" }, "devDependencies": { "@babel/core": "^7.12.0", "@babel/eslint-parser": "^7.12.1", "@babel/preset-env": "^7.12.0", "@babel/register": "^7.12.10", "@types/archiver": "^5.1.0", "@types/bluebird": "^3.5.33", "@types/debug": "^4.1.5", "@types/jest": "26.0.19", "@types/lodash": "^4.14.167", "@types/moment": "^2.13.0", "@types/node": "^14.14.17", "@types/p-queue": "^3.2.1", "@types/shelljs": "^0.8.8", "@types/webpack": "4.41.22", "@types/webpack-dev-server": "3.11.0", "@types/webpack-env": "1.15.2", "@types/webpack-hot-middleware": "^2.25.3", "@types/webpack-node-externals": "^1.7.1", "babel-loader": "^8.2.0", "css-loader": "^5.0.0", "dotenv": "^8.2.0", "eslint": "^7.12.1", "eslint-loader": "^4.0.2", "file-loader": "^6.2.0", "html-webpack-plugin": "^4.5.0", "jest": "26.6.3", "jest-config": "^26.6.3", "mini-css-extract-plugin": "^1.2.1", "prettier": "^2.2.1", "style-loader": "^2.0.0", "ts-jest": "26.4.4", "types-package-json": "^2.0.24", "typescript": "^4.2.2", "webpack": "4.44.2", "webpack-cli": "3.3.12" }, "peerDependencies": { "elliptic": ">=6.5.4", "ssri": ">=8.0.1", "webpack": ">=4.0.0" }, "resolutions": { "@types/node": "14.14.17", "@types/jest": "26.0.19", "elliptic": ">=6.5.4", "ssri": ">=8.0.1", "webpack": ">=4.0.0", "jest": "26.6.3", "ts-jest": "26.4.4", "@types/webpack": "4.41.22", "@types/webpack-dev-server": "3.11.0", "@types/webpack-env": "1.15.2" } }