{ "name": "vencord", "private": "true", "version": "1.10.1", "description": "The cutest Discord client mod", "homepage": "https://github.com/Vendicated/Vencord#readme", "bugs": { "url": "https://github.com/Vendicated/Vencord/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Vendicated/Vencord.git" }, "license": "GPL-3.0-or-later", "author": "Vendicated", "scripts": { "build": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/build.mjs", "buildStandalone": "pnpm build --standalone", "buildWeb": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/buildWeb.mjs", "buildWebStandalone": "pnpm buildWeb --standalone", "buildReporter": "pnpm buildWebStandalone --reporter --skip-extension", "buildReporterDesktop": "pnpm build --reporter", "watch": "pnpm build --watch", "dev": "pnpm watch", "watchWeb": "pnpm buildWeb --watch", "generatePluginJson": "tsx scripts/generatePluginList.mts", "generateTypes": "tspc --emitDeclarationOnly --declaration --outDir packages/vencord-types", "inject": "node scripts/runInstaller.mjs", "uninject": "node scripts/runInstaller.mjs", "lint": "eslint . --ignore-pattern src/userplugins", "lint-styles": "stylelint \"src/**/*.css\" --ignore-pattern src/userplugins", "lint:fix": "pnpm lint --fix", "test": "pnpm buildStandalone && pnpm lint && pnpm lint-styles && pnpm testTsc && pnpm generatePluginJson", "testWeb": "pnpm lint && pnpm buildWeb && pnpm testTsc", "testTsc": "tsc --noEmit --emitDeclarationOnly false" }, "dependencies": { "@sapphi-red/web-noise-suppressor": "0.3.5", "@vap/core": "0.0.12", "@vap/shiki": "0.10.5", "fflate": "^0.8.2", "gifenc": "github:mattdesl/gifenc#64842fca317b112a8590f8fef2bf3825da8f6fe3", "monaco-editor": "^0.51.0", "nanoid": "^5.0.7" }, "devDependencies": { "@stylistic/eslint-plugin": "^2.8.0", "@stylistic/stylelint-config": "^2.0.0", "@stylistic/stylelint-plugin": "^3.0.1", "@types/chrome": "^0.0.271", "@types/diff": "^5.2.2", "@types/html-minifier-terser": "^7.0.2", "@types/lodash": "~4.17.7", "@types/node": "^18.19.50", "@types/react": "~18.2.79", "@types/react-dom": "~18.2.25", "@types/yazl": "^2.4.5", "@vencord/discord-types": "workspace:^", "diff": "^7.0.0", "discord-types": "latest", "esbuild": "^0.23.1", "eslint": "^9.10.0", "eslint-plugin-path-alias": "^2.1.0", "eslint-plugin-react": "^7.36.1", "eslint-plugin-simple-header": "^1.2.1", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unused-imports": "^4.1.4", "highlight.js": "11.8.0", "html-minifier-terser": "^7.2.0", "moment": "2.22.2", "puppeteer-core": "^23.4.0", "standalone-electron-types": "^1.0.0", "stylelint": "^16.9.0", "stylelint-config-standard": "^36.0.1", "ts-patch": "^3.2.1", "ts-pattern": "5.0.4", "tsx": "^4.19.1", "type-fest": "^4.26.1", "typescript": "^5.6.2", "typescript-eslint": "^8.6.0", "typescript-transform-paths": "^3.5.1", "zip-local": "^0.3.5" }, "packageManager": "pnpm@9.10.0", "pnpm": { "patchedDependencies": { "@stylistic/eslint-plugin@2.8.0": "patches/@stylistic__eslint-plugin@2.8.0.patch", "@typescript-eslint/eslint-plugin@8.6.0": "patches/@typescript-eslint__eslint-plugin@8.6.0.patch", "eslint-plugin-path-alias@2.1.0": "patches/eslint-plugin-path-alias@2.1.0.patch", "eslint@9.10.0": "patches/eslint@9.10.0.patch", "standalone-electron-types@1.0.0": "patches/standalone-electron-types@1.0.0.patch", "typescript-transform-paths@3.5.1": "patches/typescript-transform-paths@3.5.1.patch" }, "packageExtensions": { "eslint": { "dependencies": { "@types/estree": "^1.0.5", "@types/json-schema": "^7.0.15" } } }, "peerDependencyRules": { "allowedVersions": { "eslint": "9" } }, "allowedDeprecatedVersions": { "source-map-resolve": "*", "resolve-url": "*", "source-map-url": "*", "urix": "*" }, "overrides": { "array-includes": "npm:@nolyfill/array-includes@^1", "array.prototype.findlast": "npm:@nolyfill/array.prototype.findlast@^1", "array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1", "array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1", "array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@^1", "es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@^1", "hasown": "npm:@nolyfill/hasown@^1", "is-core-module": "npm:@nolyfill/is-core-module@^1", "isarray": "npm:@nolyfill/isarray@^1", "object.assign": "npm:@nolyfill/object.assign@^1", "object.entries": "npm:@nolyfill/object.entries@^1", "object.fromentries": "npm:@nolyfill/object.fromentries@^1", "object.values": "npm:@nolyfill/object.values@^1", "string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1", "string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1" } }, "webExt": { "artifactsDir": "./dist", "build": { "overwriteDest": true }, "sourceDir": "./dist/firefox-unpacked" }, "engines": { "node": ">=18", "pnpm": ">=9" } }