-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
31 lines (31 loc) · 909 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
{
"name": "efcl.github.io",
"version": "1.0.0",
"description": "efcl.info",
"main": "index.js",
"dependencies": {
"sass": "^1.70.0"
},
"devDependencies": {
"@proofdict/textlint-rule-proofdict": "^3.1.2",
"textlint": "^14.0.1",
"textlint-rule-no-doubled-joshi": "^5.1.0",
"textlint-rule-no-mix-dearu-desumasu": "^6.0.2",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2"
},
"scripts": {
"textlint": "git diff --name-only --diff-filter=ACMR origin/develop | grep -a '_posts/.*.md$' | xargs textlint",
"test": "npm run textlint",
"build:css": "sass public/css/main.scss public/css/main.css"
},
"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": "https://efcl.info/"
}