aws-cfm-utils
Version:
AWS utils to deploy cloudformation stack/templates
55 lines (54 loc) • 1.39 kB
JSON
{
"name": "aws-cfm-utils",
"version": "1.9.0",
"description": "AWS utils to deploy cloudformation stack/templates",
"main": "index.js",
"keywords": [
"AWS",
"cfm",
"CloudFormation",
"createStack",
"updateStack"
],
"repository": {
"type": "git",
"url": "https://github.com/marcincuber/aws-cfm-utils"
},
"engines": {
"node": ">=8.10.0"
},
"bin": {
"aws-cfm-utils": "./index.js"
},
"scripts": {
"build": "rm -rf ./node_modules && rm -f ./package-lock.json && npm install",
"build:test": "npm run build && npm run lint && npm run test",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "make mocha",
"coverage": "make -B coverage",
"report-coverage": "cat ./coverage/lcov.info"
},
"author": "Marcin Cuber <marcincuber@hotmail.com>",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.553.0",
"console.table": "^0.10.0",
"dotenv": "^8.2.0",
"inquirer": "^7.0.0",
"proxy-agent": "^3.1.0",
"yargs": "^14.2.0"
},
"devDependencies": {
"coveralls": "^3.0.7",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"istanbul": "^0.4.5",
"mocha": "^6.2.2",
"sinon": "^7.5.0"
}
}