{
  "name": "mongodb-stitch-server-sdk",
  "version": "4.8.0",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "dist"
  ],
  "description": "MongoDB Stitch JavaScript SDK - Server SDK",
  "keywords": [
    "mongodb",
    "aws",
    "twilio",
    "http",
    "mobile",
    "serverless",
    "stitch",
    "atlas"
  ],
  "homepage": "https://github.com/mongodb/stitch-js-sdk#readme",
  "repository": "mongodb/stitch-js-sdk",
  "author": "MongoDB Inc.",
  "contributors": [
    {
      "name": "Adam Chelminski",
      "email": "adam.chelminski@mongodb.com"
    },
    {
      "name": "Eric Daniels",
      "email": "eric.daniels@mongodb.com"
    },
    {
      "name": "Jason Flax",
      "email": "jason.flax@mongodb.com"
    },
    {
      "name": "Doug Kaminsky",
      "email": "douglas.kaminsky@mongodb.com"
    },
    {
      "name": "Tyler Kaye",
      "email": "tyler.kaye@mongodb.com"
    }
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "mongodb-stitch-server-core": "^4.8.0",
    "mongodb-stitch-server-services-mongodb-remote": "^4.8.0"
  },
  "devDependencies": {
    "prettier": "^1.13.5",
    "rollup": "^0.60.7",
    "ts-jest": "^22.4.6",
    "tslint": "^5.10.0",
    "tslint-config-prettier": "^1.13.0",
    "typescript": "^2.9.2"
  },
  "scripts": {
    "build": "npm run build-main && npm run build-module",
    "build-main": "tsc -p tsconfig.cjs.json",
    "build-module": "tsc -p tsconfig.esm.json",
    "prepare": "npm run build",
    "watch": "tsc -w -p tsconfig.esm.json",
    "lint": "tslint 'src/**/*.ts' '__tests__/**/*.ts'",
    "lint-fix": "tslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
    "lint-check": "tslint-config-prettier-check ./tslint.json",
    "prettier": "prettier --write \"{,!(node_modules),!(dist)/**/}*.ts\""
  },
  "gitHead": "bd07a3d71727dd4ee9388daf80805e81d787df8b"
}
