Revenge/package.json
2023-01-16 23:08:09 +00:00

39 lines
912 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.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"
},
"resolutions": {
"@types/react": "18.0.26"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-native"
]
}
}
}