-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 921 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 921 Bytes
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
{
"license": "GPL-3.0",
"repository": "github:AprilSylph/XKit-Rewritten",
"type": "module",
"scripts": {
"test": "web-ext lint",
"posttest": "eslint src/ --cache",
"autofix": "eslint src/ --fix",
"start": "web-ext run",
"build": "web-ext build",
"enable-hooks": "git config core.hooksPath .git-hooks",
"disable-hooks": "git config --unset core.hooksPath"
},
"devDependencies": {
"chrome-webstore-upload-cli": "^3.5.0",
"eslint": "^9.39.2",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-jsdoc": "^62.9.0",
"neostandard": "^0.13.0",
"web-ext": "^10.2.0"
},
"dependencies": {
"@melloware/coloris": "^0.25.0",
"jquery": "^4.0.0",
"modern-normalize": "^3.0.1",
"moment": "^2.30.1",
"remixicon": "^4.9.1",
"sortablejs": "^1.15.7"
},
"webExt": {
"sourceDir": "src/",
"build": {
"overwriteDest": true
}
}
}