drg-adaptive/aurora-migrate

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "aurora-migrate",
  "description": "Helper CLI to run db-migrate using cloudformation stacks",
  "version": "0.1.11",
  "author": "Ben Force",
  "bin": {
    "aurora-migrate": "./bin/run"
  },
  "bugs": "https://github.com/drg-adaptive/aurora-migrate/issues",
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/plugin-help": "^2",
    "@oclif/plugin-warn-if-update-available": "^1.7.0",
    "aws-sdk": "^2.505.0",
    "cli-ux": "^5.3.1",
    "execa": "^2.0.3",
    "inquirer": "^6.5.0",
    "listr": "^0.14.3",
    "tslib": "^1",
    "zen-observable": "^0.8.14"
  },
  "peerDependencies": {
    "db-migrate": "^0.11.6",
    "db-migrate-aurora": "^1.0.5"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@oclif/tslint": "^3",
    "@types/aws-sdk": "^2.7.0",
    "@types/execa": "^2.0.0",
    "@types/inquirer": "^6.5.0",
    "@types/listr": "^0.14.2",
    "@types/node": "^10",
    "@types/zen-observable": "^0.8.0",
    "globby": "^10",
    "ts-node": "^8",
    "tslint": "^5",
    "typescript": "^3.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/drg-adaptive/aurora-migrate",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "aurora-migrate",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-warn-if-update-available"
    ]
  },
  "repository": "drg-adaptive/aurora-migrate",
  "scripts": {
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "tslint -p . -t stylish",
    "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
    "test": "echo NO TESTS",
    "version": "oclif-dev readme && git add README.md",
    "build": "echo \"Everything will be bulit during publishing...\"",
    "postversion": "git push --follow-tags"
  },
  "types": "lib/index.d.ts"
}