-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 867 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": "HB Background Image Module",
"homepage": "https://github.com/hbstack/background-image",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hbstack/background-image.git"
},
"author": "Razon Yang <razonyang@gmail.com>",
"bugs": {
"url": "https://github.com/hbstack/background-image/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"prettier-plugin-go-template": "^0.0.15",
"stylelint": "^16.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "^5.0.0"
},
"scripts": {
"lint": "npm run stylelint",
"eslint": "npx eslint .",
"stylelint": "npx stylelint \"**/*.scss\""
},
"dependencies": {
"stylelint-scss": "^6.0.0"
}
}