Revenge/package.json
2024-02-08 23:15:18 +07:00

40 lines
846 B
JSON

{
"name": "vendetta",
"version": "1.0.0",
"description": "A mod for Discord's mobile apps.",
"scripts": {
"build": "bun run build.mjs"
},
"keywords": [
"discord",
"android",
"ios",
"react native"
],
"author": "Beef",
"license": "BSD-3-Clause",
"devDependencies": {
"@react-native-clipboard/clipboard": "1.10.0",
"@swc/core": "1.3.50",
"@types/chroma-js": "^2.4.0",
"@types/lodash": "^4.14.194",
"@types/react": "18.0.35",
"@types/react-native": "0.70.6",
"esbuild": "^0.17.16",
"esbuild-plugin-alias": "^0.2.1",
"moment": "2.22.2",
"typescript": "^5.0.4"
},
"dependencies": {
"@swc/helpers": "0.5.0",
"spitroast": "^1.4.3"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-native"
]
}
}
}