-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.55 KB
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
{
"name": "poi-plugin-map-hp",
"version": "6.3.0",
"description": "a plugin map hp for poi ##v1.0.0 init ##v1.1.0 add i18n support",
"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": "git+https://github.com/poooi/plugin-map-hp.git"
},
"author": {
"name": "Chiba",
"link": "https://github.com/Chibaheit"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/plugin-map-hp/issues"
},
"homepage": "https://github.com/poooi/plugin-map-hp#readme",
"dependencies": {},
"poiPlugin": {
"title": "Map HP",
"description": "Map HP",
"icon": "fa/heart",
"priority": 8,
"apiVer": {
"6.99.99": "2.0.2",
"7.5.99": "3.0.6",
"9.99.99": "5.2.1",
"10.2.99": "6.0.0"
}
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-poi-plugin": "^2.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"husky": "^3.0.5",
"lint-staged": "^9.2.5",
"poi-util-transpile": "^10.3.4",
"prettier": "^1.18.2"
}
}