{
  "name": "@aitmed/sdk",
  "version": "2.7.10",
  "description": "Official Front-End Software Development Kit",
  "main": "dist/index.js",
  "types": "dist/index",
  "private": false,
  "repo": "http://gitlab.aitmed.io/pfftdammitchris/aitmed-sdk",
  "dependencies": {
    "@sentry/node": "^5.4.3",
    "axios": "^0.18.0",
    "cross-fetch": "^3.0.4",
    "form-data": "^2.3.3",
    "lodash": "^4.17.11",
    "moment": "^2.24.0",
    "normalizr": "^3.3.0",
    "truevault": "^1.3.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/chai-as-promised": "^7.1.0",
    "@types/form-data": "^2.5.0",
    "@types/lodash": "^4.14.134",
    "@types/mocha": "^5.2.7",
    "@types/nock": "^9.3.1",
    "@types/node": "^11.13.15",
    "@types/sinon": "^7.0.13",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "docsify-cli": "^4.3.0",
    "mocha": "^6.1.4",
    "nock": "^10.0.6",
    "prettier": "^1.18.2",
    "prettier-eslint": "^8.8.2",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.6.0-dev.20190725"
  },
  "scripts": {
    "test": "mocha -r ts-node/register src/**/client.test.ts --watch --watch-extensions ts",
    "test:ci": "mocha -r ts-node/register src/**/*.test.ts",
    "docs": "docsify serve docs -p 3001",
    "start": "tsc -w",
    "build": "tsc -p tsconfig.json",
    "dev": "npx nodemon --inspect dist/index.js",
    "pub": "npm run build && npm publish --access public",
    "predeploy": "npm version patch"
  },
  "author": "Christopher Tran",
  "license": "ISC",
  "directories": {
    "doc": "docs"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.aitmed.io:pfftdammitchris/aitmed-sdk.git"
  },
  "keywords": [
    "aitmed"
  ]
}
