mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
Bumps [@types/discord-rpc](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/discord-rpc) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/discord-rpc) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "premid",
|
|
"productName": "PreMiD",
|
|
"description": "Discord Rich Presence for web services.",
|
|
"version": "2.1.3",
|
|
"repository": "https://github.com/PreMiD/PreMiD",
|
|
"scripts": {
|
|
"init": "tsc --skipLibCheck && tsc pkg util/prepare util/zip && devScript --copyOnly",
|
|
"start": "devScript --copyOnly && electron dist/app/.",
|
|
"dev": "nodemon --exec yarn start -S --watch dist/app -e .js",
|
|
"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": "MIT",
|
|
"devDependencies": {
|
|
"@timeraa/devscript": "Timeraa/DevScript",
|
|
"@types/archiver": "3.1.0",
|
|
"@types/auto-launch": "5.0.1",
|
|
"@types/discord-rpc": "3.0.4",
|
|
"@types/electron-packager": "14.0.0",
|
|
"@types/fs-extra": "8.1.0",
|
|
"@types/ini": "1.3.30",
|
|
"@types/node": "13.13.5",
|
|
"@types/prompts": "2.0.8",
|
|
"@types/request-promise-native": "1.0.17",
|
|
"@types/rimraf": "3.0.0",
|
|
"@types/socket.io": "2.1.4",
|
|
"@types/ssh2-sftp-client": "4.1.3",
|
|
"@types/unzipper": "^0.10.3",
|
|
"archiver": "4.0.1",
|
|
"chalk": "4.0.0",
|
|
"electron": "8.2.5",
|
|
"electron-packager": "14.2.1",
|
|
"fast-glob": "3.2.2",
|
|
"fs-extra": "9.0.0",
|
|
"nodemon": "2.0.4",
|
|
"ora": "4.0.4",
|
|
"prompts": "2.3.2",
|
|
"rimraf": "3.0.2",
|
|
"ssh2-sftp-client": "5.1.2",
|
|
"typescript": "3.8.3",
|
|
"unzipper": "0.10.11",
|
|
"yarn": "1.22.4"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/electron": "1.3.0",
|
|
"auto-launch": "5.0.5",
|
|
"axios": "0.19.2",
|
|
"chokidar": "3.4.0",
|
|
"discord-rpc": "github:discordjs/RPC",
|
|
"electron-store": "5.1.1",
|
|
"socket.io": "2.3.0",
|
|
"source-map-support": "^0.5.19"
|
|
}
|
|
}
|