-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 868 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
26
27
28
29
30
31
{
"name": "@BinaryQuantumSoul/sdnext-modernui",
"version": "dev",
"description": "SD.Next: ModernUI",
"author": "@BinaryQuantumSoul",
"bugs": {
"url": "https://github.com/BinaryQuantumSoul/sdnext-modernui/issues"
},
"homepage": "https://github.com/BinaryQuantumSoul/sdnext-modernui",
"license": "AGPLv3",
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BinaryQuantumSoul/sdnext-modernui.git"
},
"scripts": {
"lint": "eslint javascript",
"fix": "eslint javascript --fix",
"scan": "npx auditjs@latest ossi --dev --quiet"
},
"dependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-css": "^0.9.2",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-markdown": "^4.0.1"
}
}