{
    "name": "@theorchard/aws-login-cli",
    "version": "1.0.3",
    "description": "Util to help generate temporary credentials for using the aws-cli",
    "author": "The Orchard",
    "bin": {
        "aws-login": "./index.js"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "scripts": {
        "build": "tsc --build ./tsconfig.json",
        "start": "pnpm build && node ./dist/src/index.js",
        "format": "prettier --write .",
        "format:check": "prettier --check ."
    },
    "prettier": "@theorchard/prettier-config",
    "dependencies": {
        "chalk": "^4.1.0",
        "commander": "^9.4.0",
        "ini": "^3.0.1",
        "password-prompt": "^1.1.2"
    },
    "files": [
        "dist",
        "index.js"
    ]
}
