-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.34 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": "slhs-chat-client",
"version": "1.0.0",
"description": "SLHS-Chat,一款$B的即时通信软件",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "chcp 65001 && electron .",
"package": "electron-forge package",
"make": "electron-forge make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Normal-pcer/SLHS-Chat-Client.git"
},
"author": "normal-pcer",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/Normal-pcer/SLHS-Chat-Client/issues"
},
"homepage": "https://github.com/Normal-pcer/SLHS-Chat-Client#readme",
"dependencies": {
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"electron": "^25.0.0",
"electron-packager": "^17.1.1",
"electron-squirrel-startup": "^1.0.0",
"fontawesome": "^5.6.3",
"github-markdown-css": "^5.2.0",
"showdown": "^2.1.0",
"simplemde": "^1.11.2",
"xss": "^1.0.14"
},
"devDependencies": {
"@electron-forge/cli": "^6.1.1",
"@electron-forge/maker-deb": "^6.1.1",
"@electron-forge/maker-rpm": "^6.1.1",
"@electron-forge/maker-squirrel": "^6.1.1",
"@electron-forge/maker-zip": "^6.1.1",
"electron": "^25.0.0"
}
}