UNPKG

infra-cost

Version:

A CLI tool to perform cost analysis on your infra account's cost

68 lines (67 loc) 1.59 kB
{ "name": "infra-cost", "version": "0.1.0", "description": "A CLI tool to perform cost analysis on your infra account's cost", "type": "module", "author": "Code Collab <codecollab.co@gmail.com> (https://github.com/codecollab-co/infra-cost)", "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": "git+https://github.com/codecollab-co/infra-cost.git" }, "engines": { "node": ">=12.0" }, "bugs": { "url": "https://github.com/codecollab-co/infra-cost/issues" }, "homepage": "https://github.com/codecollab-co/infra-cost.git#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", "react": "^19.0.0", "ts-node": "^10.9.1", "tslib": "^2.8.1", "tsup": "^8.4.0", "typescript": "^4.9.5" }, "main": "index.js" }