@povio/ecs-deploy-cli
Version:
Use this tool to deploy a Docker image to ECR and ECS with CI or manually.
86 lines (85 loc) • 2.47 kB
JSON
{
"name": "@povio/ecs-deploy-cli",
"version": "4.4.3",
"bin": {
"ecs-deploy": "dist/sh.js"
},
"scripts": {
"start": "tsx ./src/sh.ts",
"start:dist": "node ./dist/sh.js",
"test": "tsx --test ./src/**/*.test.ts",
"test:e2e": "tsx --test ./test/**/*.test.ts",
"test:watch": "tsx --watch --test ./src/**/*.test.ts",
"build:clean": "rm -rf ./dist",
"build": "yarn build:clean && node ./esbuild.mjs && chmod +x ./dist/sh.js",
"build:check": "yarn tsc --project . --noEmit",
"lint": "eslint --fix",
"push": "yarn exec ./scripts/publish.sh"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"povio",
"ecs",
"ecr",
"deploy",
"aws"
],
"homepage": "https://github.com/povio/ecs-deploy-cli",
"bugs": "https://github.com/povio/ecs-deploy-cli/issues",
"repository": {
"url": "git+https://github.com/povio/ecs-deploy-cli.git",
"type": "git"
},
"author": "Marko Zabreznik <marko.zabreznik@povio.com>",
"license": "BSD-3-Clause",
"devDependencies": {
"@aws-sdk/client-ecr": "3.577.0",
"@aws-sdk/client-ecs": "3.577.0",
"@aws-sdk/client-ssm": "3.577.0",
"@aws-sdk/client-sso-oidc": "^3.577.0",
"@aws-sdk/client-sts": "3.577.0",
"@aws-sdk/credential-provider-node": "^3.577.0",
"@aws-sdk/credential-providers": "^3.577.0",
"@aws-sdk/types": "3.577.0",
"@eslint/js": "^8.57.0",
"@smithy/node-config-provider": "^3.0.0",
"@types/diff": "^5.2.1",
"@types/eslint__js": "^8.42.3",
"@types/js-yaml": "^4.0.9",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.12.12",
"@types/prettier": "^3.0.0",
"@types/prompt-sync": "^4.2.3",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chalk": "^5.3.0",
"cosmiconfig": "^9.0.0",
"diff": "^5.2.0",
"esbuild": "^0.21.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"js-yaml": "^4.1.0",
"lodash.merge": "^4.6.2",
"prettier": "^3.2.5",
"prompt-sync": "^4.2.0",
"reflect-metadata": "^0.2.2",
"semver": "^7.6.2",
"simple-git": "^3.24.0",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"yargs": "^17.7.2",
"zod": "^3.23.8"
},
"engines": {
"node": ">= 14",
"yarn": ">= 3.2",
"npm": ">= 8"
},
"packageManager": "yarn@4.2.2"
}