-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "vuforia-spatial-remote-operator-addon",
"version": "1.0.0",
"description": "Remote Operator Add-on for the Vuforia Spatial Edge Server",
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptcrealitylab/vuforia-spatial-remote-operator-addon.git"
},
"author": "Ben Reynolds <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/ptcrealitylab/vuforia-spatial-remote-operator-addon/issues"
},
"homepage": "https://github.com/ptcrealitylab/vuforia-spatial-remote-operator-addon#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-ws": "^5.0.2",
"socket.io": "~2.2.0",
"socket.io-client": "~2.3.1",
"toolsocket": "github:ptcrealitylab/toolsocket"
},
"devDependencies": {
"eslint": "^8.57.0",
"webrtc-adapter": "^9.0.1"
}
}