{
  "name": "pluto-mams",
  "version": "0.5.2",
  "description": "Pluto Multi App Messaging Service",
  "main": "./lib/index.js",
  "files": [
    "lib/"
  ],
  "scripts": {
    "tsc": "tsc -p tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PlutoVR/pluto-multi-app-message-service.git"
  },
  "keywords": [
    "xrpk",
    "multi-app",
    "pluto"
  ],
  "author": "Pluto VR, Inc",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PlutoVR/pluto-multi-app-message-service/issues"
  },
  "homepage": "https://github.com/PlutoVR/pluto-multi-app-message-service#readme",
  "dependencies": {
    "@types/uuid": "^8.3.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "prettier": "2.2.1",
    "typescript": "^4.1.5"
  },
  "prettier": {
    "semi": true,
    "singleQuote": false,
    "tabWidth": 2,
    "trailingComma": "es5",
    "printWidth": 100,
    "arrowParens": "avoid"
  }
}
