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.
20 lines
480 B
20 lines
480 B
{
|
|
"devDependencies": {
|
|
"@types/node": "^18.7.13",
|
|
"@types/react": "^18.0.17",
|
|
"@types/yazl": "^2.4.2",
|
|
"electron": "^20.1.0",
|
|
"esbuild": "^0.15.5",
|
|
"yazl": "^2.5.1"
|
|
},
|
|
"dependencies": {
|
|
"discord-types": "^1.3.26",
|
|
"electron-devtools-installer": "^3.2.0"
|
|
},
|
|
"scripts": {
|
|
"buildWeb": "node buildWeb.mjs",
|
|
"build": "node build.mjs",
|
|
"watch": "node build.mjs --watch"
|
|
}
|
|
}
|