{
  "name": "@bowtie/sls",
  "version": "0.22.3-pre",
  "description": "Serverless helpers & utilities",
  "main": "index.js",
  "author": "Bowtie",
  "license": "MIT",
  "dependencies": {
    "@bowtie/utils": "^0.3.3",
    "@octokit/rest": "^16.43.1",
    "ansi-to-html": "^0.6.14",
    "async": "^3.2.0",
    "aws-sdk": "^2.653.0",
    "axios": "^0.19.2",
    "deepmerge": "^4.2.2",
    "dynamoose": "^2.8.5",
    "fs-extra": "^8.1.0",
    "handlebars": "^4.7.6",
    "js-yaml": "^3.13.1",
    "node-fetch": "^2.6.0",
    "pubnub": "^4.27.4",
    "query-string": "^6.11.1",
    "slack-notify": "^0.1.7",
    "uuid": "^3.4.0"
  },
  "devDependencies": {
    "dotenv": "^8.2.0",
    "jsdoc": "^3.6.3",
    "minami": "^1.2.3",
    "serverless-offline": "^5.12.1",
    "standard": "^14.3.3"
  },
  "scripts": {
    "predoc": "rm -rf docs",
    "doc": "jsdoc --configure .jsdoc.json --verbose",
    "doc:commit": "npm run doc && git add docs && git commit -m 'docs'",
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "echo test",
    "preversion": "npm test && npm run doc:commit",
    "postversion": "npm publish && git push --follow-tags"
  }
}
