forked from ish4ra/ReGuilded
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 2.09 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "reguilded",
"version": "0.0.4-alpha.5",
"description": "ReGuilded is a client injector/client mod that allows you to extend the functionality of Guilded's client by providing theme and addon support.",
"main": "",
"type": "commonjs",
"scripts": {
"injectbare": "node out/injector.main.js inject",
"uninjectbare": "node out/injector.main.js uninject",
"build": "npm install && rollup -c rollup.config.js && node out/injector.main.js prepareAndPackResources",
"watch": "rollup -c rollup.config.js -w",
"inject": "npm run build && npm run injectbare",
"uninject": "npm run build && npm run uninjectbare",
"reinject": "npm run build && npm run uninjectbare && npm run injectbare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReGuilded/ReGuilded.git"
},
"author": "ReGuilded",
"license": "MIT",
"bugs": {
"url": "https://github.com/ReGuilded/ReGuilded/issues"
},
"homepage": "https://github.com/ReGuilded/ReGuilded#readme",
"dependencies": {
"chmodr": "^1.2.0",
"chokidar": "^3.5.2",
"fs-extra": "^8.1.0",
"minimist": "^1.2.5",
"yauzl": "^2.10.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0-4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@types/chmodr": "^1.0.0",
"@types/electron": "^1.6.10",
"@types/fs-extra": "^9.0.13",
"@types/got": "^9.6.12",
"@types/minimist": "^1.2.2",
"@types/prismjs": "^1.16.7",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/yauzl": "^2.9.2",
"asar": "^3.1.0",
"rollup": "^2.60.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"slate": "^0.72.3",
"stylus": "^0.56.0",
"sudo-prompt": "^9.2.1",
"typescript": "^4.5.2",
"moment": "^2.29.1"
}
}