@fiftyten/db-connect
Version:
CLI tool for database connections and DynamoDB operations via AWS Session Manager
52 lines • 1.27 kB
JSON
{
"name": "@fiftyten/db-connect",
"version": "1.9.0",
"description": "CLI tool for database connections and DynamoDB operations via AWS Session Manager",
"main": "index.js",
"bin": {
"fiftyten-db": "./bin/fiftyten-db.js",
"db-connect": "./bin/fiftyten-db.js"
},
"keywords": [
"fiftyten",
"5010-technologies",
"database",
"aws",
"session-manager",
"cli"
],
"author": "5010 Technologies Team",
"license": "MIT",
"dependencies": {
"commander": "^11.0.0",
"chalk": "^4.1.2",
"@aws-sdk/client-ec2": "^3.0.0",
"@aws-sdk/client-ssm": "^3.0.0",
"@aws-sdk/client-sts": "^3.0.0",
"@aws-sdk/client-iam": "^3.0.0",
"@aws-sdk/client-secrets-manager": "^3.0.0",
"@aws-sdk/client-dynamodb": "^3.0.0",
"@aws-sdk/lib-dynamodb": "^3.0.0",
"inquirer": "^9.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/inquirer": "^9.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5010-dev/fiftyten-cli-tools.git",
"directory": "packages/db-connect"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
}
}