-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 961 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
36
37
38
39
40
41
42
{
"name": "poi-plugin-hensei-nikki",
"version": "5.0.4",
"description": "a plugin which can save your fleet organize for poi",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"node-sass-chokidar": "0.0.3",
"poi-util-transpile": "^8.2.2"
},
"scripts": {
"prepack": "poi-util-transpile --sm --replace",
"postpublish": "npm run reset",
"reset": "git checkout . && git clean -f",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/poooi/plugin-hensei-nikki/"
},
"keywords": [
"poi",
"henseinikki",
"kancolle",
"hensei",
"nikki"
],
"author": {
"name": "Rui",
"link": "https://github.com/ruiii"
},
"license": "MIT",
"poiPlugin": {
"title": "Display Name",
"description": "Description",
"icon": "fa/folder-open",
"priority": 7,
"apiVer": {
"6.99.99": "3.9.4"
}
}
}