37 lines
812 B
JSON
37 lines
812 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": {
|
||
|
"@types/react": "^18.0.21",
|
||
|
"@types/react-native": "^0.70.5",
|
||
|
"esbuild": "^0.15.11",
|
||
|
"esbuild-plugin-alias": "^0.2.1",
|
||
|
"redux": "^4.2.0",
|
||
|
"typescript": "^4.8.4",
|
||
|
"zustand": "^4.1.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"spitroast": "^1.4.2"
|
||
|
},
|
||
|
"pnpm": {
|
||
|
"peerDependencyRules": {
|
||
|
"ignoreMissing": [
|
||
|
"react",
|
||
|
"react-native"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|