Vesktop/package.json

150 lines
4.6 KiB
JSON
Raw Normal View History

2023-03-30 01:02:30 +02:00
{
2024-01-07 02:44:14 +01:00
"name": "vesktop",
2023-12-02 17:27:20 +01:00
"version": "0.4.4",
2023-04-05 16:57:09 +02:00
"private": true,
2023-04-03 05:44:17 +02:00
"description": "",
2023-04-05 16:57:09 +02:00
"keywords": [],
"homepage": "https://vencord.dev/",
2023-04-05 16:57:09 +02:00
"license": "GPL-3.0",
"author": "Vendicated <vendicated@riseup.net>",
2023-04-03 05:44:17 +02:00
"main": "dist/js/main.js",
"scripts": {
2023-04-09 00:49:47 +02:00
"build": "tsx scripts/build/build.mts",
"build:dev": "pnpm build --dev",
2023-04-03 05:44:17 +02: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 06:27:33 +02:00
"lint:fix": "pnpm lint --fix",
2023-04-03 05:44:17 +02:00
"start": "pnpm build && electron .",
"start:dev": "pnpm build:dev && electron .",
"start:watch": "pnpm build:dev && tsx scripts/startWatch.mts",
2023-04-10 01:04:41 +02: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 05:44:17 +02:00
},
2023-06-21 15:06:06 +02:00
"dependencies": {
2024-01-06 02:05:09 +01:00
"arrpc": "github:OpenAsar/arrpc#98879cae0565e6fce34e4cb6f544bf42c6a7e7c8"
2023-06-21 15:06:06 +02:00
},
"optionalDependencies": {
2024-01-06 03:18:30 +01:00
"@vencord/venmic": "^3.2.0"
},
2023-04-03 05:44:17 +02:00
"devDependencies": {
2023-04-19 22:47:47 +02:00
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
2024-01-06 02:05:09 +01:00
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
2023-04-19 23:15:07 +02:00
"@vencord/types": "^0.1.2",
2023-07-28 21:38:17 +02:00
"dotenv": "^16.3.1",
2024-01-06 02:05:09 +01:00
"electron": "^28.1.1",
"electron-builder": "^24.9.1",
2024-01-06 02:05:09 +01:00
"esbuild": "^0.19.11",
2023-12-28 03:27:38 +01:00
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
2023-04-09 06:27:33 +02:00
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-license-header": "^0.6.0",
"eslint-plugin-path-alias": "^1.0.0",
2023-12-28 03:27:38 +01:00
"eslint-plugin-prettier": "^5.1.2",
2023-04-09 06:27:33 +02:00
"eslint-plugin-simple-import-sort": "^10.0.0",
2023-07-28 21:38:17 +02:00
"eslint-plugin-unused-imports": "^3.0.0",
2023-12-28 03:27:38 +01:00
"prettier": "^3.1.1",
"source-map-support": "^0.5.21",
2023-12-28 03:27:38 +01:00
"tsx": "^4.7.0",
"type-fest": "^4.9.0",
"typescript": "^5.3.3",
2023-12-04 21:05:09 +00:00
"xml-formatter": "^3.6.0"
2023-04-03 05:44:17 +02:00
},
"packageManager": "pnpm@8.11.0",
2023-04-09 06:27:33 +02:00
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
2023-04-03 05:44:17 +02:00
"build": {
"appId": "dev.vencord.desktop",
2023-07-13 19:03:13 +02:00
"productName": "Vesktop",
2023-04-05 16:57:09 +02:00
"files": [
"!*",
"dist/js",
"static",
"package.json",
"LICENSE"
],
"beforePack": "scripts/build/sandboxFix.js",
2023-04-03 05:44:17 +02:00
"linux": {
2023-09-28 02:31:31 +02:00
"icon": "build/icon.icns",
2023-04-03 05:44:17 +02:00
"category": "Network",
2023-07-13 19:03:13 +02:00
"maintainer": "vendicated+vesktop@riseup.net",
2023-04-03 05:44:17 +02:00
"target": [
2023-10-22 10:53:58 -04: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 17:05:36 +02:00
],
"desktop": {
2023-07-13 19:03:13 +02:00
"Name": "Vesktop",
2023-04-06 17:05:36 +02:00
"GenericName": "Internet Messenger",
"Type": "Application",
"Categories": "Network;InstantMessaging;Chat;",
"Keywords": "discord;vencord;electron;chat;",
2024-01-07 02:44:14 +01:00
"StartupWMClass": "vesktop"
2023-04-06 17:05:36 +02:00
}
2023-04-03 05:44:17 +02:00
},
2023-04-05 16:57:09 +02:00
"mac": {
2023-05-23 21:02:30 -04:00
"target": [
{
2023-06-09 22:47:59 +02:00
"target": "default",
"arch": [
"x64",
"arm64"
]
2023-05-23 21:02:30 -04:00
}
],
"category": "Network",
"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
}
2023-04-05 16:57:09 +02:00
},
"nsis": {
"include": "build/installer.nsh",
"oneClick": false
2023-05-03 04:13:34 +02:00
},
"win": {
"target": [
"nsis",
2023-08-06 01:05:48 +01:00
"zip"
2023-05-03 04:13:34 +02:00
]
},
"publish": {
2023-08-27 22:40:37 +02:00
"provider": "github"
2023-04-06 17:05:36 +02:00
}
2023-04-03 05:44:17 +02:00
}
2023-03-30 01:02:30 +02:00
}