-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "moebius",
"version": "1.0.29",
"description": "Modern ANSI Art Editor",
"repository": {
"type": "git",
"url": "https://github.com/blocktronics/moebius.git"
},
"main": "app/moebius.js",
"scripts": {
"start": "electron .",
"build-script": "browserify app/web_client/script.js -o server/script.js",
"build": "node_modules/.bin/electron-builder -mwl",
"build-mac": "node_modules/.bin/electron-builder -m",
"build-win": "node_modules/.bin/electron-builder -w",
"build-linux": "node_modules/.bin/electron-builder -l",
"rebuild": "node_modules/.bin/electron-builder node-gyp-rebuild"
},
"author": "Andy Herbert <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"browserify": "17.0",
"electron": "28.0",
"electron-builder": "24.9",
"express": "4.18"
},
"dependencies": {
"@electron/remote": "2.1",
"discord-rpc": "4.0",
"discord.js": "14.14",
"jquery": "3.7",
"json5": "2.2",
"linkify-plugin-ticket": "4.1",
"linkify-string": "4.1",
"linkifyjs": "4.1",
"minimist": "1.2",
"react": "18.2",
"react-dom": "18.2",
"upng-js": "2.1",
"ws": "8.15"
}
}