{
  "name": "@microsoft/mixed-reality-extension-sdk",
  "version": "0.20.0",
  "description": "The Mixed Reality Extension SDK enables developers to build 3D world extensions for AltspaceVR, using Node.JS.",
  "main": "built/index.js",
  "types": "built/index.d.ts",
  "author": "Microsoft Corporation",
  "license": "MIT",
  "keywords": [
    "mixed reality",
    "virtual reality",
    "vr",
    "altspacevr",
    "sdk",
    "node"
  ],
  "engines": {
    "node": ">=10.13.0",
    "npm": ">=6.4.1"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/mixed-reality-extension-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/mixed-reality-extension-sdk.git"
  },
  "scripts": {
    "clean": "tsc --build --clean",
    "build": "tsc --build && eslint --ext .ts src",
    "build-docs": "typedoc --includeDeclarations --excludeExternals --excludeNotExported --excludeProtected --excludePrivate --hideGenerator --ignoreCompilerErrors --disableOutputCheck --mode file --name \"Mixed Reality Extension SDK\" --readme none --out \"../../docs\" \"./node_modules/@microsoft/mixed-reality-extension-common/built\" ./src",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@types/debug": "^0.0.31",
    "@types/deepmerge": "^2.1.0",
    "@types/etag": "^1.8.0",
    "@types/query-string": "^6.1.1",
    "@types/restify": "^8.4.2",
    "@types/restify-errors": "^4.3.3",
    "@types/semver": "^5.5.0",
    "@types/uuid": "^3.4.3",
    "@types/ws": "^6.0.1",
    "@typescript-eslint/eslint-plugin": "^2.6.1",
    "@typescript-eslint/parser": "^2.6.1",
    "eslint": "^6.6.0",
    "typedoc": "^0.16.8",
    "typescript": "^3.7.2"
  },
  "dependencies": {
    "@microsoft/mixed-reality-extension-common": "^0.20.0",
    "@types/node": "^10.3.1",
    "debug": "^4.1.0",
    "deepmerge": "^2.1.1",
    "etag": "^1.8.1",
    "forwarded-for": "^1.1.0",
    "jsonschema": "^1.2.6",
    "query-string": "^6.2.0",
    "restify": "^8.5.1",
    "restify-errors": "^8.0.2",
    "semver": "^5.6.0",
    "uuid": "^3.2.1",
    "ws": "^6.1.2"
  },
  "gitHead": "8ab221d4ed08c6201e559b30a2b220ca4aa8b89d"
}
