UNPKG

@bugcrowd/briareus

Version:

Briareus assists with Feature Branch deploys to ECS

69 lines (68 loc) 1.88 kB
{ "name": "@bugcrowd/briareus", "version": "0.2.3", "description": "Briareus assists with Feature Branch deploys to ECS", "main": "index.js", "scripts": { "test": "export $(cat .env.test | xargs) && ./node_modules/.bin/mocha --recursive --color=true | ./node_modules/.bin/bunyan", "start": "./bin/briareus start", "start-pretty-logs": "./bin/briareus start | ./node_modules/.bin/bunyan" }, "bin": { "briareus": "./bin/briareus" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/bugcrowd/briareus.git" }, "keywords": [ "ECS", "Feature", "Branch", "Deploy", "Deployments" ], "author": "Coen Hyde", "license": "MIT", "bugs": { "url": "https://github.com/bugcrowd/briareus/issues" }, "homepage": "https://github.com/bugcrowd/briareus#readme", "devDependencies": { "aws-sdk-mock": "^5.2.0", "expect.js": "^0.3.1", "mocha": "^9.0.1", "mr-dna": "^0.1.1", "node-mocks-http": "^1.8.1", "sinon": "^11.1.1", "stream-buffers": "^3.0.2" }, "dependencies": { "@bugcrowd/ecs-deployment-monitor": "^0.2.2", "@bugcrowd/ecs-service-image-updater": "^0.1.6", "@bugcrowd/ecs-task-definition-validator": "^0.2.2", "ajv": "^6.10.2", "async": "^3.1.0", "aws-sdk": "^2.580.0", "basic-auth": "^2.0.1", "bunyan": "^1.8.12", "colors": "^1.4.0", "columnify": "^1.5.4", "convict": "^5.2.0", "escape-string-regexp": "^2.0.0", "eventemitter2": "^6.0.0", "express": "^4.17.1", "fast-json-patch": "^3.0.0-1", "fs-extra": "^8.1.0", "lodash": "^4.17.15", "moment": "^2.24.0", "object-path": "^0.11.4", "random-number-csprng": "^1.0.2", "request": "^2.88.0", "requirize": "^0.2.0", "traverse": "^0.6.6", "underscore.string": "^3.3.5", "uuid": "^8.3.2", "yargs": "^15.0.2" } }