-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 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
{
"name": "i386_chatclient",
"version": "0.0.1",
"description": "Chat client for i386.tech's chat system.",
"main": "index.js",
"scripts": {
"test": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xFuney/i386_chatclient.git"
},
"author": "Funey <56867550+xFuney@users.noreply.github.com>, i386sh/zer0 (neko@darkok.xyz)",
"license": "ISC",
"bugs": {
"url": "https://github.com/xFuney/i386_chatclient/issues"
},
"homepage": "https://github.com/xFuney/i386_chatclient#readme",
"devDependencies": {
"custom-electron-titlebar": "^3.2.2-hotfix62",
"electron": "^9.3.1",
"electron-builder": "^22.7.0",
"jquery": "^3.5.1",
"node-notifier": "^7.0.1",
"socket.io-client": "^2.3.0"
},
"dependencies": {
"custom-electron-titlebar": "^3.2.2-hotfix62",
"jquery": "^3.5.1",
"node-notifier": "^7.0.1",
"socket.io-client": "^2.3.0"
},
"build": {
"appId": "com.funey.i386chat",
"mac": {
"category": "public.app-category.social-networking"
},
"win": {
"icon": "build/main.ico"
},
"files": [
"**/*",
"build"
]
}
}