forked from PreMiD/PreMiD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.6 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
49
50
51
52
53
54
55
56
{
"name": "premid",
"productName": "PreMiD",
"description": "Discord Rich Presence for web services.",
"version": "2.2.0",
"repository": "https://github.com/PreMiD/PreMiD",
"scripts": {
"init": "tsc --skipLibCheck && tsc pkg util/prepare util/zip && devScript --copyOnly",
"start": "electron dist/app/. --unhandled-rejections=strict",
"dev": "devscript --depCheck",
"pkg": "rimraf dist && tsc --skipLibCheck && devScript --copyOnly && cd dist/app/ && yarn && cd ../../ && node pkg",
"deploy": "tsc --skipLibCheck .github/deploy && cd .github && node deploy.js"
},
"license": "MPL-2.0",
"devDependencies": {
"@types/archiver": "5.1.0",
"@types/auto-launch": "5.0.1",
"@types/discord-rpc": "3.0.4",
"@types/fs-extra": "9.0.11",
"@types/ini": "1.3.30",
"@types/node": "14.14.41",
"@types/prompts": "2.0.11",
"@types/request-promise-native": "1.0.17",
"@types/rimraf": "3.0.0",
"@types/socket.io": "2.1.13",
"@types/ssh2-sftp-client": "5.3.1",
"@types/unzipper": "^0.10.3",
"archiver": "5.2.0",
"chalk": "4.1.1",
"electron": "11.3.0",
"electron-packager": "15.2.0",
"fast-glob": "3.2.5",
"fs-extra": "9.1.0",
"nodemon": "2.0.7",
"ora": "5.3.0",
"prompts": "2.4.1",
"rimraf": "3.0.2",
"ssh2-sftp-client": "6.0.1",
"ts-devscript": "^3.0.3",
"typescript": "4.1.5",
"unzipper": "0.10.11",
"yarn": "1.22.10"
},
"dependencies": {
"auto-launch": "5.0.5",
"axios": "0.21.1",
"chokidar": "3.5.1",
"discord-rpc": "github:discordjs/RPC",
"electron-store": "7.0.3",
"socket.io": "3.1.2",
"source-map-support": "^0.5.19"
},
"devScript": {
"out": "dist/app"
}
}