1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-09 17:36:23 +00:00
Vencord/package.json
2022-08-29 20:27:47 +02:00

18 lines
No EOL
358 B
JSON

{
"devDependencies": {
"@types/flux": "^3.1.11",
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"electron": "^20.1.0",
"esbuild": "^0.15.5"
},
"dependencies": {
"electron-devtools-installer": "^3.2.0",
"jsposed": "^1.0.2",
"prettier": "^2.7.1"
},
"scripts": {
"build": "node build.mjs",
"watch": "node build.mjs --watch"
}
}