-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
{
"name": "@mziyut/honkit-plugin-hatena-bookmark-pageowner",
"version": "1.0.1",
"description": "HonKit plugin for HatenaBookmark pageowner",
"main": "index.js",
"scripts": {
"format": "prettier --check .",
"format:fix": "prettier --write .",
"test": "cd example && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mziyut/honkit-plugin-hatena-bookmark-pageowner.git"
},
"keywords": [
"honkit",
"gitbook",
"hatena",
"hatenabookmark"
],
"author": "Yuta Mizui <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mziyut/honkit-plugin-hatena-bookmark-pageowner/issues"
},
"homepage": "https://github.com/mziyut/honkit-plugin-hatena-bookmark-pageowner#readme",
"files": [
"index.js",
"assets/"
],
"dependencies": {},
"devDependencies": {
"prettier": "3.4.2"
},
"engines": {
"honkit": ">=4.0.0"
},
"honkit": {
"properties": {
"hatenaID": {
"type": "string",
"title": "Hatena Id",
"required": true
}
}
},
"prettier": {}
}