-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
25 lines (25 loc) · 960 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
25
{
"name": "jxn_30-lss-scripts",
"description": "The collection of Scripts for leitstellenspiel, missionchief & co. By jxn_30",
"packageManager": "yarn@4.6.0",
"type": "module",
"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 .",
"update": "node ./util/updateRepo.mjs",
"ci": "yarn lint:fix && yarn prettier:write && yarn update"
},
"devDependencies": {
"@eslint/js": "9.18.0",
"@types/eslint": "9.6.1",
"@types/tampermonkey": "5.0.4",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-userscripts": "0.5.6",
"globals": "15.14.0",
"jsdoc-api": "9.3.4",
"prettier": "3.4.2",
"simple-git": "3.27.0",
"userscript-meta": "1.0.1"
}
}