{
  "name": "mongodb-stitch-core-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 - Core 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": {
    "base64-js": "^1.3.0",
    "bson": "4.0.2",
    "jsonwebtoken": "8.2.1"
  },
  "devDependencies": {
    "jest": "^23.1.0",
    "prettier": "^1.13.5",
    "text-encoder-lite": "^1.0.1",
    "ts-jest": "^22.4.6",
    "ts-mockito": "^2.3.0",
    "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",
    "test": "jest",
    "lint": "tslint 'src/**/*.ts' '__tests__/**/*.ts'",
    "lint-fix": "tslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
    "prettier": "prettier --write \"{,!(node_modules),!(dist)/**/}*.ts\"",
    "tslint-check": "tslint-config-prettier-check ./tslint.json"
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "tsConfigFile": "tsconfig.cjs.json"
      }
    },
    "reporters": [
      "default",
      [
        "jest-junit",
        {
          "output": "./build/test-results/junit.xml"
        }
      ]
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "testPathIgnorePatterns": [
      "/lib/",
      "/node_modules/",
      "ApiTestUtils.*"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "collectCoverage": true,
    "setupTestFrameworkScriptFile": "<rootDir>/__tests__/ApiTestUtils.ts",
    "testURL": "http://localhost/"
  },
  "gitHead": "bd07a3d71727dd4ee9388daf80805e81d787df8b"
}
