forked from powercord-org/powercord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "powercord",
"version": "2.0.0",
"description": "A lightweight @discord client mod focused on simplicity and performance",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint --ext js --ext jsx src",
"plug": "node injectors/index.js inject --no-exit-codes",
"unplug": "node injectors/index.js uninject --no-exit-codes",
"inject": "node injectors/index.js inject --no-exit-codes",
"uninject": "node injectors/index.js uninject --no-exit-codes"
},
"repository": "https://github.com/powercord-org/powercord.git",
"author": "aetheryx & Cynthia K. Rey",
"bugs": {
"url": "https://github.com/powercord-org/powercord/issues"
},
"dependencies": {
"codemirror": "^5.57.0",
"less": "^3.12.2",
"node-watch": "^0.6.4",
"sass": "^1.35.2",
"stylus": "^0.54.8",
"sucrase": "^3.15.0",
"unzip-crx": "^0.2.0"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-plugin-react": "^7.20.6",
"jest": "^26.4.2"
}
}