forked from mozilla-japan/mdn-translation-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 890 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
{
"name": "mdn-translation-guide",
"version": "0.0.1",
"description": "このリポジトリは、翻訳作業の手順を Git Page 化するためのリポジトリです。",
"main": "index.js",
"scripts": {
"init": "npx honkit init",
"start": "npx honkit serve",
"build": "npx honkit build",
"publish": "gh-pages -d _book -m 'Auto publish book'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla-japan/mdn-translation-guide.git"
},
"keywords": [
"mdn",
"translate"
],
"author": "MDN translate community",
"license": "",
"bugs": {
"url": "https://github.com/mozilla-japan/mdn-translation-guide/issues"
},
"homepage": "https://github.com/mozilla-japan/mdn-translation-guide#readme",
"devDependencies": {
"gh-pages": "^4.0.0",
"honkit": "^4.0.0"
},
"engines": {
"node": ">=14"
}
}