forked from jxn-30/better-moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 829 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
{
"name": "uzl-better-moodle",
"description": "Improves the new weird Moodle 4 UI on UzL-Moodle",
"version": "1.42.1",
"packageManager": "yarn@4.5.0",
"type": "module",
"private": true,
"scripts": {
"lint:fix": "yarn eslint . --exit-on-fatal-error --report-unused-disable-directives --cache --cache-strategy content --fix",
"prettier:write": "prettier --write --cache --cache-strategy content ."
},
"devDependencies": {
"@eslint/js": "9.12.0",
"@types/eslint": "9.6.1",
"@types/tampermonkey": "5.0.3",
"darkreader": "4.9.95",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-userscripts": "0.5.5",
"globals": "15.10.0",
"prettier": "3.3.3",
"userscript-meta": "1.0.1"
}
}