d0b9d63d12
This hopefully shouldn't break things, unless some kind of plugin depend on finding stuff with the string `Vendetta`. That is a very bad practice though
41 lines
892 B
JSON
41 lines
892 B
JSON
{
|
|
"name": "revenge",
|
|
"version": "1.0.0",
|
|
"description": "A modification for the Discord Android app.",
|
|
"scripts": {
|
|
"build": "bun run build.mjs"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"android",
|
|
"ios",
|
|
"react native"
|
|
],
|
|
"author": "maisymoe",
|
|
"license": "BSD-3-Clause",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.5.3",
|
|
"@react-native-clipboard/clipboard": "1.10.0",
|
|
"@swc/core": "1.3.50",
|
|
"@types/chroma-js": "^2.4.0",
|
|
"@types/lodash": "^4.14.194",
|
|
"@types/react": "18.0.35",
|
|
"@types/react-native": "0.70.6",
|
|
"esbuild": "^0.17.16",
|
|
"esbuild-plugin-alias": "^0.2.1",
|
|
"moment": "2.22.2",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@swc/helpers": "0.5.0",
|
|
"spitroast": "^1.4.3"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"react",
|
|
"react-native"
|
|
]
|
|
}
|
|
}
|
|
}
|