UNPKG

aws-spa

Version:

A no-brainer script to deploy a single page app on AWS

90 lines (89 loc) 2.25 kB
{ "name": "aws-spa", "version": "4.7.0", "description": "A no-brainer script to deploy a single page app on AWS", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/lalalilo/aws-spa.git" }, "author": "nicgirault <nic.girault@gmail.com>", "keywords": [ "react", "vue", "angular", "create-react-app", "deploy", "aws", "s3", "cloudfront", "acm", "route53" ], "tags": [ "react", "deploy", "aws" ], "bugs": { "url": "https://github.com/lalalilo/aws-spa/issues" }, "homepage": "https://github.com/lalalilo/aws-spa#readme", "license": "MIT", "scripts": { "build": "babel src -d lib --extensions '.ts'", "prebuild": "yarn check-types && yarn test", "run-cli": "babel-node --extensions '.ts' src/cli.ts", "check-types": "tsc", "test": "jest", "prepare": "husky install", "prettier": "prettier --config prettier.config.js --write 'src/**/*.{js,ts}'" }, "bin": { "aws-spa": "./lib/cli.js" }, "files": [ "lib/**/*" ], "release": { "branches": [ "main", "next" ] }, "dependencies": { "@aws-sdk/client-acm": "^3.667.0", "@aws-sdk/client-cloudfront": "^3.667.0", "@aws-sdk/client-iam": "^3.667.0", "@aws-sdk/client-lambda": "^3.667.0", "@aws-sdk/client-route-53": "^3.667.0", "@aws-sdk/client-s3": "^3.667.0", "adm-zip": "^0.5.9", "inquirer": "^8.2.3", "mime-types": "^2.1.35", "yargs": "^17.5.1" }, "devDependencies": { "@babel/cli": "^7.18.10", "@babel/core": "^7.19.0", "@babel/node": "^7.18.10", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.18.9", "@babel/preset-env": "^7.19.0", "@babel/preset-typescript": "^7.18.6", "@types/adm-zip": "^0.5.0", "@types/inquirer": "^8.2.3", "@types/jest": "^29.0.2", "@types/mime-types": "^2.1.1", "@types/node": "^16.11.7", "@types/rimraf": "^3.0.2", "@types/yargs": "^17.0.12", "codecov": "^3.8.3", "husky": "^8.0.1", "jest": "^29.0.3", "prettier": "^3.3.3", "rimraf": "^3.0.2", "semantic-release": "^19.0.5", "typescript": "^4.8.3" } }