37 lines
917 B
JSON
37 lines
917 B
JSON
{
|
|
"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": {
|
|
"@react-native-async-storage/async-storage": "^1.17.11",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-native": "~0.68.1",
|
|
"esbuild": "^0.16.17",
|
|
"esbuild-plugin-alias": "^0.2.1",
|
|
"esbuild-plugin-external-global": "^1.0.1",
|
|
"esbuild-plugin-replace": "^1.3.0",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"dependencies": {
|
|
"spitroast": "^1.4.2"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"react",
|
|
"react-native"
|
|
]
|
|
}
|
|
}
|
|
}
|