{
  "name": "sls-db-migrations",
  "version": "0.1.1",
  "type": "commonjs",
  "description": "Serverless wrapper for node.js db-migrations framework",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/senor-coder/sls-db-migrations.git"
  },
  "keywords": [
    "db-migrations",
    "serverless"
  ],
  "scripts": {
    "deploy": "sls deploy"
  },
  "bin": {
    "sls-dbmigrate": "./bin/sls-dbmigrate.js"
  },
  "author": "Ashwin Surana",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/senor-coder/sls-db-migrations/issues"
  },
  "homepage": "https://github.com/senor-coder/sls-db-migrations#readme",
  "dependencies": {
    "@aws-sdk/client-lambda": "^3.31.0",
    "@aws-sdk/client-s3": "^3.22.0",
    "@aws-sdk/client-ssm": "^3.33.0",
    "commander": "^8.2.0",
    "db-migrate": "^0.11.12",
    "db-migrate-mysql": "2.1.2",
    "node-stream-zip": "^1.13.6"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "babel-register": "^6.26.0",
    "chai": "^4.3.4",
    "sinon": "^11.1.2",
    "mocha": "^9.1.1",
    "serverless": "^2.52.0"
  }
}
