forked from cschiller/zhongwen
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 890 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
32
33
34
35
{
"name": "hanviet",
"version": "2.2.1",
"description": "Từ Điển Hán Việt Popup",
"repository": {
"type": "git",
"url": "git+https://github.com/alienngator/zhongwen.git"
},
"keywords": [
"Hán",
"Trung"
"Việt",
"từ điển",
"Dictionary"
],
"author": "Christian Schiller, Lien Hoang",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/alienngator/zhongwen/issues"
},
"homepage": "https://github.com/alienngator/zhongwen#readme",
"devDependencies": {
"eslint": "^8.10.0",
"stylelint": "^14.5.3",
"stylelint-config-recommended": "^7.0.0",
"@types/chrome": "^0.0.193"
},
"stylelint": {
"extends": "stylelint-config-recommended"
},
"scripts": {
"lint": "eslint --fix *.js js/options.js js/wordlist.js js/zhuyin.js",
"csslint": "stylelint css/content.css css/wordlist.css"
}
}