@plutovr/multi-app-manager
Version:
Pluto Multi App Manager
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "@plutovr/multi-app-manager",
"version": "0.10.5",
"description": "Pluto Multi App Manager",
"main": "./lib/index.js",
"files": [
"lib/"
],
"scripts": {
"tsc": "tsc -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run tsc",
"archive": "npm run tsc && npm pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlutoVR/pluto-multi-app-events.git"
},
"keywords": [
"xrpk",
"xrpackage",
"multi-app",
"pluto"
],
"author": "Pluto VR, Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/PlutoVR/pluto-multi-app-events/issues"
},
"homepage": "https://github.com/PlutoVR/pluto-multi-app-events#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"
}
}