Revenge/package.json
2023-01-10 23:30:46 +00:00

39 lines
973 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.10",
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.5",
"esbuild": "^0.15.11",
"esbuild-plugin-alias": "^0.2.1",
"esbuild-plugin-external-global": "^1.0.1",
"esbuild-plugin-replace": "^1.3.0",
"redux": "^4.2.0",
"typescript": "^4.8.4",
"zustand": "^4.1.2"
},
"dependencies": {
"spitroast": "^1.4.2"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-native"
]
}
}
}