UNPKG

xrpkmams

Version:
46 lines (45 loc) 1.02 kB
{ "name": "xrpkmams", "version": "0.4.1", "description": "XRPK Multi-App Messaging System", "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/xrpk-multi-app-message-system.git" }, "keywords": [ "xrpk", "multi-app", "pluto" ], "author": "Pluto VR, Inc", "license": "MIT", "bugs": { "url": "https://github.com/PlutoVR/xrpk-multi-app-message-system/issues" }, "homepage": "https://github.com/PlutoVR/xrpk-multi-app-message-system#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" } }