-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1008 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "drdiscord",
"version": "1.0.0",
"description": "A simple client mod",
"main": "./inject/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc && npx esbuild ./tsBuild/index.js --bundle --outfile=./build/index.js",
"build:production": "npx tsc && npx esbuild ./tsBuild/index.js --bundle --outfile=./build/index.js --minify",
"build:watch": "npx tsc-watch --onSuccess \"npx esbuild ./tsBuild/index.js --bundle --outfile=./build/index.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dr-Discord/DrDiscord.git"
},
"author": "Doggybootsy",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dr-Discord/DrDiscord/issues"
},
"homepage": "https://github.com/Dr-Discord/DrDiscord#readme",
"dependencies": {
"electron-devtools-installer": "^3.2.0"
},
"devDependencies": {
"@types/ace": "^0.0.48",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11"
}
}