{
  "name": "salamander-api",
  "version": "0.1.0",
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "test": "jest --watch",
    "build": "tsc"
  },
  "dependencies": {
    "@types/chalk": "^2.2.0",
    "@types/express": "^4.16.1",
    "@types/graphql": "^14.2.0",
    "@types/jest": "^24.0.12",
    "@types/node": "^12.0.0",
    "@types/nodemailer": "^4.6.8",
    "apollo-server": "^2.5.0",
    "apollo-server-express": "^2.5.0",
    "chalk": "^2.4.2",
    "cors": "^2.8.5",
    "ejs": "^2.6.1",
    "express": "^4.16.4",
    "graphql": "^14.3.0",
    "graphql-tools": "^4.0.4",
    "joi": "^14.3.1",
    "merge-graphql-schemas": "^1.5.8",
    "mysql": "^2.17.1",
    "nodemailer": "^6.1.1",
    "nodemon": "^1.19.0",
    "on-finished": "^2.3.0",
    "typeorm": "^0.2.17",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.1.0",
    "typescript": "^3.4.5"
  }
}
