Delete package.json
parent
2f3ef5b5b2
commit
d21f4b87ac
80
package.json
80
package.json
|
@ -1,80 +0,0 @@
|
||||||
{
|
|
||||||
"name": "aerocord",
|
|
||||||
"version": "4.0.0",
|
|
||||||
"private": true,
|
|
||||||
"description": "aerocord",
|
|
||||||
"keywords": [],
|
|
||||||
"homepage": "https://git.randomserver.top/administrator/aerocord",
|
|
||||||
"license": "GPL-3.0",
|
|
||||||
"author": "RandomServer Community",
|
|
||||||
"main": "dist/js/main.js",
|
|
||||||
"scripts": {
|
|
||||||
"build": "tsx scripts/build/build.mts",
|
|
||||||
"build:dev": "pnpm build --dev",
|
|
||||||
"package": "pnpm build && electron-builder",
|
|
||||||
"package:dir": "pnpm build && electron-builder --dir",
|
|
||||||
"lint": "eslint",
|
|
||||||
"lint:fix": "pnpm lint --fix",
|
|
||||||
"start": "pnpm build && electron .",
|
|
||||||
"start:dev": "pnpm build:dev && electron .",
|
|
||||||
"start:watch": "pnpm build:dev && tsx scripts/startWatch.mts",
|
|
||||||
"test": "pnpm lint && pnpm testTypes",
|
|
||||||
"testTypes": "tsc --noEmit",
|
|
||||||
"watch": "pnpm build --watch",
|
|
||||||
"updateMeta": "tsx scripts/utils/updateMeta.mts"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"arrpc": "github:OpenAsar/arrpc#5aadc307cb9bf4479f0a12364a253b07a77ace22"
|
|
||||||
},
|
|
||||||
"optionalDependencies": {
|
|
||||||
"@vencord/venmic": "^6.1.0"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
|
|
||||||
"@stylistic/eslint-plugin": "^2.11.0",
|
|
||||||
"@types/node": "^22.10.1",
|
|
||||||
"@types/react": "^18.3.12",
|
|
||||||
"@vencord/types": "^1.8.4",
|
|
||||||
"dotenv": "^16.4.6",
|
|
||||||
"electron": "^33.2.1",
|
|
||||||
"electron-builder": "^25.1.8",
|
|
||||||
"esbuild": "^0.24.0",
|
|
||||||
"eslint": "^9.16.0",
|
|
||||||
"eslint-import-resolver-alias": "^1.1.2",
|
|
||||||
"eslint-plugin-path-alias": "^2.1.0",
|
|
||||||
"eslint-plugin-prettier": "^5.2.1",
|
|
||||||
"eslint-plugin-simple-header": "^1.2.1",
|
|
||||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
||||||
"eslint-plugin-unused-imports": "^4.1.4",
|
|
||||||
"prettier": "^3.4.1",
|
|
||||||
"source-map-support": "^0.5.21",
|
|
||||||
"tsx": "^4.19.2",
|
|
||||||
"type-fest": "^4.30.0",
|
|
||||||
"typescript": "^5.7.2",
|
|
||||||
"typescript-eslint": "^8.17.0",
|
|
||||||
"xml-formatter": "^3.6.3"
|
|
||||||
},
|
|
||||||
"packageManager": "pnpm@9.1.0",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=18",
|
|
||||||
"pnpm": ">=8"
|
|
||||||
},
|
|
||||||
"build": {
|
|
||||||
"appId": "dev.vencord.vesktop",
|
|
||||||
"productName": "Vesktop",
|
|
||||||
"files": [
|
|
||||||
"!*",
|
|
||||||
"!node_modules",
|
|
||||||
"dist/js",
|
|
||||||
"static",
|
|
||||||
"package.json",
|
|
||||||
"LICENSE"
|
|
||||||
],
|
|
||||||
"beforePack": "scripts/build/sandboxFix.js"
|
|
||||||
},
|
|
||||||
"pnpm": {
|
|
||||||
"patchedDependencies": {
|
|
||||||
"arrpc@3.5.0": "patches/arrpc@3.5.0.patch"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue