You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
388 B

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