aws-cost-cli
Version:
A CLI tool to perform cost analysis on your AWS account
69 lines (68 loc) • 1.55 kB
JSON
{
"name": "aws-cost-cli",
"version": "0.2.7",
"description": "A CLI tool to perform cost analysis on your AWS account",
"type": "module",
"author": {
"name": "Kamran Ahmed",
"email": "kamranahmed.se@gmail.com",
"url": "https://github.com/kamranahmedse"
},
"files": [
"!tests/**/*",
"dist/**/*",
"!dist/**/*.js.map",
"bin/**/*"
],
"bin": {
"aws-cost": "./bin/index.js"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prebuild": "run-s clean",
"predev": "run-s clean",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aws",
"cost",
"cli",
"aws-cost",
"aws-cost-cli",
"aws-costs",
"typescript",
"aws cli"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kamranahmedse/aws-cost-cli.git"
},
"engines": {
"node": ">=12.0"
},
"bugs": {
"url": "https://github.com/kamranahmedse/aws-cost-cli/issues"
},
"homepage": "https://github.com/kamranahmedse/aws-cost-cli#readme",
"dependencies": {
"@aws-sdk/shared-ini-file-loader": "^3.254.0",
"aws-sdk": "^2.1299.0",
"chalk": "^5.2.0",
"commander": "^10.0.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"node-fetch": "^3.3.0",
"ora": "^6.1.2"
},
"devDependencies": {
"@types/node": "^18.11.18",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.1",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
}
}