-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
65 lines (65 loc) · 1.89 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "poi-plugin-item-info",
"version": "4.3.1",
"description": "Show detailed information of all owned equipment.",
"main": "index.es",
"scripts": {
"reset": "git clean -f && git checkout .",
"prepack": "poi-util-transpile --sm --replace",
"postpublish": "npm run reset",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/poooi/plugin-item-info.git"
},
"author": {
"name": "かがみ",
"email": "[email protected]",
"url": "https://kagami.moe/"
},
"contributors": [
"Yunze (https://github.com/myzWILLmake)",
"taroxd <[email protected]> (https://github.com/taroxd)",
"SoraYama (https://github.com/hyq77766177"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/plugin-item-info/issues"
},
"homepage": "https://github.com/poooi/plugin-item-info",
"poiPlugin": {
"title": "Equipment Info",
"description": "Show detailed information of all owned equipment",
"icon": "fa/rocket",
"priority": 51,
"apiVer": {
"6.99.99": "2.1.1",
"7.6.0-beta.1": "2.2.0",
"8.3.0": "3.1.0"
}
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-poi-plugin": "^3.0.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"husky": "^4.3.0",
"lint-staged": "^10.5.2",
"poi-util-transpile": "^10.3.4",
"prettier": "^2.2.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $GIT_PARAMS",
"pre-commit": "lint-staged"
}
}
}