Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
/ Linux Public archive

Commit c76ab88

Browse files
committed
📝 change maintainer
1 parent 2a01c3d commit c76ab88

File tree

1 file changed

+69
-72
lines changed

1 file changed

+69
-72
lines changed

package.json

Lines changed: 69 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,71 @@
11
{
2-
"name": "premid",
3-
"productName": "PreMiD",
4-
"author": "Florian 'Timeraa' Metz <me@timeraa.dev> (https://github.com/timeraa)",
5-
"contributors": [
6-
"Jack 'DooMLorD' W. <doomlordcs@gmail.com> (https://github.com/doomlerd)"
7-
],
8-
"description": "Discord Rich Presence for web services",
9-
"version": "2.2.16",
10-
"repository": {
11-
"type": "git",
12-
"url": "git://github.com/PreMiD/Linux.git"
13-
},
14-
"bugs": {
15-
"url": "https://github.com/PreMiD/Linux/issues"
16-
},
17-
"homepage": "https://premid.app",
18-
"license": "MPL-2.0",
19-
"scripts": {
20-
"init": "tsc && devScript --copyOnly",
21-
"start": "electron dist/app/.",
22-
"dev": "devScript",
23-
"dist": "tsc && devScript --copyOnly && cd dist/app/ && yarn install",
24-
"build": "electron-builder --project ./dist/app/ -p never",
25-
"build:appimage": "electron-builder --project ./dist/app/ build -l AppImage --x64 -p onTagOrDraft",
26-
"build:n-appimage": "electron-builder --project ./dist/app/ build -l AppImage --x64 -p never"
27-
},
28-
"build": {
29-
"appId": "com.PreMiD.app",
30-
"copyright": "PreMiD Org",
31-
"linux": {
32-
"maintainer": "Jack 'DooMLorD' W. <doomlordcs@gmail.com> (https://github.com/doomlerd)",
33-
"category": "Utility",
34-
"artifactName": "${productName}.${ext}",
35-
"icon": "assets/appIcon.icns",
36-
"target": [
37-
"tar.gz",
38-
"deb",
39-
"rpm"
40-
],
41-
"extraFiles": [
42-
"assets/premid.desktop",
43-
"assets/appIcon.png"
44-
]
45-
},
46-
"publish": [
47-
{
48-
"provider": "github",
49-
"owner": "PreMiD",
50-
"repo": "Linux",
51-
"vPrefixedTagName": true,
52-
"releaseType": "release"
53-
}
54-
]
55-
},
56-
"devDependencies": {
57-
"@timeraa/devscript": "Timeraa/DevScript",
58-
"@types/auto-launch": "5.0.1",
59-
"@types/discord-rpc": "3.0.2",
60-
"@types/node": "13.9.3",
61-
"@types/socket.io": "2.1.4",
62-
"electron": "8.2.0",
63-
"electron-builder": "22.4.1",
64-
"typescript": "3.8.3"
65-
},
66-
"dependencies": {
67-
"auto-launch": "5.0.5",
68-
"discord-rpc": "github:discordjs/RPC",
69-
"electron-store": "5.1.1",
70-
"electron-updater": "4.2.5",
71-
"socket.io": "2.3.0",
72-
"source-map-support": "0.5.16"
73-
}
2+
"name": "premid",
3+
"productName": "PreMiD",
4+
"author": "Florian 'Timeraa' Metz <me@timeraa.dev> (https://github.com/timeraa)",
5+
"description": "Discord Rich Presence for web services",
6+
"version": "2.2.16",
7+
"repository": {
8+
"type": "git",
9+
"url": "git://github.com/PreMiD/Linux.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/PreMiD/Linux/issues"
13+
},
14+
"homepage": "https://premid.app",
15+
"license": "MPL-2.0",
16+
"scripts": {
17+
"init": "tsc && devScript --copyOnly",
18+
"start": "electron dist/app/.",
19+
"dev": "devScript",
20+
"dist": "tsc && devScript --copyOnly && cd dist/app/ && yarn install",
21+
"build": "electron-builder --project ./dist/app/ -p never",
22+
"build:appimage": "electron-builder --project ./dist/app/ build -l AppImage --x64 -p onTagOrDraft",
23+
"build:n-appimage": "electron-builder --project ./dist/app/ build -l AppImage --x64 -p never"
24+
},
25+
"build": {
26+
"appId": "com.PreMiD.app",
27+
"copyright": "PreMiD Org",
28+
"linux": {
29+
"maintainer": "ririxi <ririxichan@gmail.com> (https://github.com/ririxichan)",
30+
"category": "Utility",
31+
"artifactName": "${productName}.${ext}",
32+
"icon": "assets/appIcon.icns",
33+
"target": [
34+
"tar.gz",
35+
"deb",
36+
"rpm"
37+
],
38+
"extraFiles": [
39+
"assets/premid.desktop",
40+
"assets/appIcon.png"
41+
]
42+
},
43+
"publish": [
44+
{
45+
"provider": "github",
46+
"owner": "PreMiD",
47+
"repo": "Linux",
48+
"vPrefixedTagName": true,
49+
"releaseType": "release"
50+
}
51+
]
52+
},
53+
"devDependencies": {
54+
"@timeraa/devscript": "Timeraa/DevScript",
55+
"@types/auto-launch": "5.0.1",
56+
"@types/discord-rpc": "3.0.2",
57+
"@types/node": "13.9.3",
58+
"@types/socket.io": "2.1.4",
59+
"electron": "8.2.0",
60+
"electron-builder": "22.4.1",
61+
"typescript": "3.8.3"
62+
},
63+
"dependencies": {
64+
"auto-launch": "5.0.5",
65+
"discord-rpc": "github:discordjs/RPC",
66+
"electron-store": "5.1.1",
67+
"electron-updater": "4.2.5",
68+
"socket.io": "2.3.0",
69+
"source-map-support": "0.5.16"
70+
}
7471
}

0 commit comments

Comments
 (0)