{
  "name": "@momsfriendlydevco/moody",
  "version": "0.0.7",
  "description": "MOngoose On DYnamo - Wrapper for AWS, bringing the API closer to Mongoose",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MomsFriendlyDevCo/moody.git"
  },
  "keywords": [
    "AWS",
    "Dynamo",
    "Mongoose"
  ],
  "author": "Matt Carter <m@ttcarter.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MomsFriendlyDevCo/moody/issues"
  },
  "homepage": "https://github.com/MomsFriendlyDevCo/moody#readme",
  "dependencies": {
    "@momsfriendlydevco/eventer": "^1.1.5",
    "debug": "^4.1.1",
    "dynalite": "^2.3.1",
    "dynamoose": "^1.10.0",
    "globby": "^9.2.0",
    "lodash": "^4.17.11",
    "sift": "^8.5.0",
    "timestring": "^6.0.0",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "axios": "^0.19.0",
    "body-parser": "^1.19.0",
    "chai": "^4.2.0",
    "express": "^4.17.1",
    "express-log-url": "^1.3.4",
    "mocha": "^6.1.4"
  }
}
