Revenge/package.json

41 lines
977 B
JSON
Raw Normal View History

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": {
"@react-native-async-storage/async-storage": "^1.17.11",
"@types/react": "18.0.26",
"@types/react-native": "0.68.1",
"esbuild": "^0.16.17",
2022-10-18 22:04:55 +00:00
"esbuild-plugin-alias": "^0.2.1",
"esbuild-plugin-external-global": "^1.0.1",
2023-01-10 23:30:46 +00:00
"esbuild-plugin-replace": "^1.3.0",
"typescript": "^4.9.4"
2022-10-18 22:04:55 +00:00
},
"dependencies": {
"spitroast": "^1.4.2"
2022-10-18 22:04:55 +00:00
},
"resolutions": {
"@types/react": "18.0.26"
},
2022-10-18 22:04:55 +00:00
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-native"
]
}
}
}