UNPKG

@sudolabs-io/aws-ssm-cli

Version:

Command line tool for AWS Systems Manager Parameter Store

91 lines (90 loc) 2.05 kB
{ "name": "@sudolabs-io/aws-ssm-cli", "version": "1.3.149", "description": "Command line tool for AWS Systems Manager Parameter Store", "keywords": [ "AWS", "Environment variables" ], "homepage": "https://github.com/sudolabs-io/aws-ssm-cli#readme", "repository": { "type": "git", "url": "git+https://github.com/sudolabs-io/aws-ssm-cli.git" }, "bugs": { "url": "https://github.com/sudolabs-io/aws-ssm-cli/issues" }, "publishConfig": { "access": "public" }, "license": "MIT", "author": "poikaa", "bin": { "ssm": "./dist/index.js" }, "files": [ "dist", "src" ], "scripts": { "prepare": "husky install", "test": "jest test/", "build": "tsc --build" }, "dependencies": { "@aws-sdk/client-ssm": "3.864.0", "dotenv": "16.6.1", "lodash": "4.17.21", "yargs": "17.7.2" }, "devDependencies": { "@commitlint/cli": "16.3.0", "@commitlint/config-conventional": "16.2.4", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@types/jest": "27.5.2", "@types/lodash": "4.17.20", "@types/node": "16.18.126", "@types/yargs": "17.0.33", "cz-conventional-changelog": "3.3.0", "husky": "7.0.4", "jest": "27.5.1", "prettier": "2.8.8", "semantic-release": "19.0.5", "ts-jest": "27.1.5", "typescript": "4.9.5" }, "prettier": { "semi": false, "singleQuote": true, "printWidth": 120 }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release": { "branches": [ "main" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/github", [ "@semantic-release/git", { "message": "chore(release): ${nextRelease.version}" } ] ] } }