forked from powercord-org/powercord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 KB
/
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
31
32
33
34
35
36
37
38
39
40
{
"name": "powercord",
"version": "1.0.0",
"description": "A lightweight @discord client mod focused on simplicity and performance",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint --ext js --ext jsx src",
"plug": "node injectors/index.js inject",
"unplug": "node injectors/index.js uninject",
"inject": "node injectors/index.js inject",
"uninject": "node injectors/index.js uninject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/powercord-org/powercord.git"
},
"keywords": [],
"author": "aetheryx",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/powercord-org/powercord/issues"
},
"homepage": "https://github.com/powercord-org/powercord#readme",
"dependencies": {
"codemirror": "^5.54.0",
"less": "^3.11.1",
"node-watch": "^0.6.4",
"sass": "^1.26.7",
"stylus": "^0.54.7",
"sucrase": "^3.15.0",
"system-font-families": "^0.4.1",
"unzip-crx": "^0.2.0"
},
"devDependencies": {
"eslint": "^7.1.0",
"eslint-plugin-react": "^7.20.0",
"jest": "^26.0.1"
}
}