-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.43 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.43 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "cvrx",
"productName": "CVRX",
"version": "1.0.14",
"description": "A friend/world/avatar/prop management app extension to ChilloutVR.",
"main": "server/main.js",
"scripts": {
"debug": "electron --inspect=5858 --remote-debugging-port=9223 --unhandled-rejections=strict .",
"start": "electron-forge start",
"package": "electron-forge package",
"make-mac": "electron-forge make --arch universal",
"make": "electron-forge make"
},
"repository": {
"type": "git",
"url": "https://github.com/AstroDogeDX/CVRX.git"
},
"keywords": [
"chilloutvr",
"social",
"extension",
"app"
],
"author": "CVRX",
"license": "MIT",
"bugs": {
"url": "https://github.com/AstroDogeDX/CVRX/issues"
},
"homepage": "https://github.com/AstroDogeDX/CVRX#readme",
"build": {
"appId": "com.squirrel.CVRX.CVRX"
},
"devDependencies": {
"@electron-forge/cli": "^7.8.1",
"@electron-forge/maker-deb": "^7.8.1",
"@electron-forge/maker-dmg": "^7.8.1",
"@electron-forge/maker-rpm": "^7.8.1",
"@electron-forge/maker-squirrel": "^7.8.1",
"@electron-forge/maker-zip": "^7.8.1",
"electron": "^36.2.1",
"eslint": "^9.27.0"
},
"dependencies": {
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"electron-squirrel-startup": "^1.0.1",
"jshint": "^2.13.6",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.18.2",
"xml2js": "^0.6.2"
}
}