2022-10-18 22:04:55 +00:00
|
|
|
{
|
|
|
|
"name": "vendetta",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A mod for Discord's mobile apps.",
|
|
|
|
"scripts": {
|
|
|
|
"build": "node build.mjs"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"discord",
|
|
|
|
"android",
|
|
|
|
"ios",
|
|
|
|
"react native"
|
|
|
|
],
|
|
|
|
"author": "Beef",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"devDependencies": {
|
2023-02-04 18:44:33 +00:00
|
|
|
"@react-native-clipboard/clipboard": "1.10.0",
|
2023-02-26 00:34:16 +00:00
|
|
|
"@swc/core": "^1.3.35",
|
2023-02-04 00:22:26 +00:00
|
|
|
"@types/react": "18.0.27",
|
|
|
|
"@types/react-native": "0.70.6",
|
2023-03-07 00:23:16 +00:00
|
|
|
"esbuild": "^0.17.11",
|
|
|
|
"esbuild-plugin-alias": "^0.2.1",
|
|
|
|
"esbuild-plugin-replace": "^1.3.0",
|
2023-02-14 18:33:42 +00:00
|
|
|
"moment": "2.22.2",
|
2023-02-04 00:22:26 +00:00
|
|
|
"typescript": "^4.9.5"
|
2022-10-18 22:04:55 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-07 00:23:16 +00:00
|
|
|
"@swc/helpers": "^0.4.14",
|
2022-10-20 06:58:17 +00:00
|
|
|
"spitroast": "^1.4.2"
|
2022-10-18 22:04:55 +00:00
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"peerDependencyRules": {
|
|
|
|
"ignoreMissing": [
|
|
|
|
"react",
|
|
|
|
"react-native"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|