forked from efcl/efcl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 816 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
{
"name": "efcl.github.io",
"version": "1.0.0",
"description": "efcl.info",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"textlint": "^6.0.1",
"textlint-rule-no-doubled-joshi": "^3.2.0",
"textlint-rule-no-mix-dearu-desumasu": "^1.0.1",
"textlint-rule-no-start-duplicated-conjunction": "^1.0.6",
"textlint-rule-spellcheck-tech-word": "^5.0.0"
},
"scripts": {
"textlint": "git diff --name-only --diff-filter=ACMR origin/develop | grep -a '_posts/.*.md$' | xargs textlint",
"test": "npm run textlint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/efcl/efcl.github.io.git"
},
"author": "azu",
"license": "MIT",
"bugs": {
"url": "https://github.com/efcl/efcl.github.io/issues"
},
"homepage": "http://efcl.info/"
}