-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "roam",
"version": "1.1.4",
"description": "Roblox Account Manager",
"main": "index.js",
"scripts": {
"test": "npm install && electron .",
"rebuild": "./node_modules/.bin/electron-rebuild.cmd"
},
"icon": "res/logo.ico",
"author": "Abrahampo1",
"license": "ISC",
"devDependencies": {
"@electron/rebuild": "^3.2.10",
"electron": "^22.0.0"
},
"build": {
"icon": "logo.ico",
"win": {
"target": [
"nsis"
],
"icon": "logo.ico"
},
"nsis": {
"oneClick": true,
"installerIcon": "logo.ico",
"uninstallerIcon": "logo.ico",
"uninstallDisplayName": "Uninstall Roam",
"allowToChangeInstallationDirectory": false
}
},
"dependencies": {
"ace-builds": "^1.14.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"electron-overlay-window": "^3.1.0",
"express": "^4.18.2",
"firebase": "^9.15.0",
"jquery": "^3.6.2",
"noblox.js": "^4.13.1",
"node-downloader-helper": "^2.1.5",
"node-notifier": "^10.0.1",
"node-telegram-bot-api": "^0.60.0",
"robloxlauncherapi": "github:abrahampo1/RobloxClientApi",
"ws": "^8.11.0"
}
}