project-client/package.json

189 lines
5.7 KiB
JSON
Raw Normal View History

2023-03-29 23:02:30 +00:00
{
2024-01-07 01:44:14 +00:00
"name": "vesktop",
2024-07-04 17:49:52 +00:00
"version": "1.5.3",
2023-04-05 14:57:09 +00:00
"private": true,
2024-07-23 14:10:50 +00:00
"description": "Vesktop is a custom Discord desktop app",
2023-04-05 14:57:09 +00:00
"keywords": [],
"homepage": "https://vencord.dev/",
2023-04-05 14:57:09 +00:00
"license": "GPL-3.0",
"author": "Vendicated <vendicated@riseup.net>",
2023-04-03 03:44:17 +00:00
"main": "dist/js/main.js",
"scripts": {
2023-04-08 22:49:47 +00:00
"build": "tsx scripts/build/build.mts",
"build:dev": "pnpm build --dev",
2023-04-03 03:44:17 +00:00
"package": "pnpm build && electron-builder",
"package:dir": "pnpm build && electron-builder --dir",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.mts,.mjs",
2023-04-09 04:27:33 +00:00
"lint:fix": "pnpm lint --fix",
2023-04-03 03:44:17 +00:00
"start": "pnpm build && electron .",
"start:dev": "pnpm build:dev && electron .",
"start:watch": "pnpm build:dev && tsx scripts/startWatch.mts",
2023-04-09 23:04:41 +00:00
"test": "pnpm lint && pnpm testTypes",
"testTypes": "tsc --noEmit",
2023-12-04 21:16:43 +00:00
"watch": "pnpm build --watch",
"updateMeta": "tsx scripts/utils/updateMeta.mts"
2023-04-03 03:44:17 +00:00
},
2023-06-21 13:06:06 +00:00
"dependencies": {
2024-07-04 17:22:26 +00:00
"arrpc": "github:OpenAsar/arrpc#c62ec6a04c8d870530aa6944257fe745f6c59a24",
"electron-updater": "^6.2.1"
2023-06-21 13:06:06 +00:00
},
"optionalDependencies": {
"@vencord/venmic": "^6.1.0"
},
2023-04-03 03:44:17 +00:00
"devDependencies": {
2023-04-19 20:47:47 +00:00
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
2024-07-23 14:10:50 +00:00
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
2024-05-17 21:00:06 +00:00
"@vencord/types": "^1.8.4",
2024-03-12 00:33:50 +00:00
"dotenv": "^16.4.5",
2024-07-23 14:10:50 +00:00
"electron": "^31.2.1",
"electron-builder": "^25.0.1",
"esbuild": "^0.20.2",
2024-03-12 00:33:50 +00:00
"eslint": "^8.57.0",
2023-12-28 02:27:38 +00:00
"eslint-config-prettier": "^9.1.0",
2023-04-09 04:27:33 +00:00
"eslint-import-resolver-alias": "^1.1.2",
2024-07-23 14:10:50 +00:00
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-path-alias": "^1.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.3.3",
"source-map-support": "^0.5.21",
2024-07-23 14:10:50 +00:00
"tsx": "^4.16.2",
"type-fest": "^4.23.0",
"typescript": "^5.5.4",
"xml-formatter": "^3.6.3"
2023-04-03 03:44:17 +00:00
},
"packageManager": "pnpm@9.1.0",
2023-04-09 04:27:33 +00:00
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
2023-04-03 03:44:17 +00:00
"build": {
2024-01-07 01:52:39 +00:00
"appId": "dev.vencord.vesktop",
2023-07-13 17:03:13 +00:00
"productName": "Vesktop",
2023-04-05 14:57:09 +00:00
"files": [
"!*",
2024-07-04 15:54:38 +00:00
"!node_modules",
2023-04-05 14:57:09 +00:00
"dist/js",
"static",
"package.json",
"LICENSE"
],
"beforePack": "scripts/build/sandboxFix.js",
2023-04-03 03:44:17 +00:00
"linux": {
2023-09-28 00:31:31 +00:00
"icon": "build/icon.icns",
2023-04-03 03:44:17 +00:00
"category": "Network",
2023-07-13 17:03:13 +00:00
"maintainer": "vendicated+vesktop@riseup.net",
2023-04-03 03:44:17 +00:00
"target": [
2023-10-22 14:53:58 +00:00
{
"target": "deb",
"arch": [
"x64",
"arm64"
]
},
{
"target": "tar.gz",
"arch": [
"x64",
"arm64"
]
},
{
"target": "rpm",
"arch": [
"x64",
"arm64"
]
},
{
"target": "AppImage",
"arch": [
"x64",
"arm64"
]
}
2023-04-06 15:05:36 +00:00
],
"desktop": {
2023-07-13 17:03:13 +00:00
"Name": "Vesktop",
2023-04-06 15:05:36 +00:00
"GenericName": "Internet Messenger",
"Type": "Application",
"Categories": "Network;InstantMessaging;Chat;",
2024-01-07 01:52:39 +00:00
"Keywords": "discord;vencord;electron;chat;"
2023-04-06 15:05:36 +00:00
}
2023-04-03 03:44:17 +00:00
},
2023-04-05 14:57:09 +00:00
"mac": {
2023-05-24 01:02:30 +00:00
"target": [
{
2023-06-09 20:47:59 +00:00
"target": "default",
"arch": [
"universal"
2023-06-09 20:47:59 +00:00
]
2023-05-24 01:02:30 +00:00
}
],
2024-07-23 14:10:50 +00:00
"category": "public.app-category.social-networking",
"darkModeSupport": true,
"extendInfo": {
"NSMicrophoneUsageDescription": "This app needs access to the microphone",
"NSCameraUsageDescription": "This app needs access to the camera",
"com.apple.security.device.audio-input": true,
"com.apple.security.device.camera": true
2024-07-23 14:10:50 +00:00
},
"notarize": true
2023-04-05 14:57:09 +00:00
},
"dmg": {
"background": "build/background.tiff",
"icon": "build/icon.icns",
"iconSize": 105,
"window": {
2024-05-17 20:52:05 +00:00
"width": 512,
"height": 340
},
2024-05-17 20:52:05 +00:00
"contents": [
{
"x": 140,
"y": 160
},
{
"x": 372,
"y": 160,
"type": "link",
"path": "/Applications"
}
]
},
2023-04-05 14:57:09 +00:00
"nsis": {
"include": "build/installer.nsh",
"oneClick": false
2023-05-03 02:13:34 +00:00
},
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64",
"arm64"
]
},
{
"target": "zip",
"arch": [
"x64",
"arm64"
]
}
2023-05-03 02:13:34 +00:00
]
},
"publish": {
2023-08-27 20:40:37 +00:00
"provider": "github"
2023-04-06 15:05:36 +00:00
}
2024-06-16 16:42:48 +00:00
},
"pnpm": {
"patchedDependencies": {
"arrpc@3.4.0": "patches/arrpc@3.4.0.patch"
}
2023-04-03 03:44:17 +00:00
}
2024-07-23 14:10:50 +00:00
}