forked from poooi/plugin-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "poi-plugin-report",
"version": "5.3.0",
"description": "Report ship creating info and drop info, and so on.",
"main": "index.js",
"scripts": {
"prepack": "poi-util-transpile --sm",
"postpublish": "git clean -f && git checkout .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/plugin-report.git"
},
"author": {
"name": "Magica",
"link": "https://github.com/magicae"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/plugin-report/issues"
},
"homepage": "https://github.com/poooi/plugin-report#readme",
"poiPlugin": {
"title": "Data Report",
"description": "Report data to database(http://db.kcwiki.moe)",
"icon": "fa/pie-chart",
"priority": 100,
"apiVer": {
"10.3.99": "4.5.0"
}
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-poi-plugin": "^3.0.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.8",
"lint-staged": "^9.4.2",
"poi-util-transpile": "^10.3.4",
"prettier": "^1.18.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
}
}