-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
27 lines (27 loc) · 849 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
{
"name": "discord-transparency",
"description": "A script allowing you to use custom background images for Discord",
"scripts": {
"build": "webpack script/script.ts",
"build:no-injection-plugin": "webpack --env noInjectionPlugin script/script.ts"
},
"author": "MWR",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^4.3.1",
"prettier": "^2.7.1",
"ts-loader": "^8.4.0",
"typescript": "^4.8.3",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
}
}