forked from Anduin2017/HowToCook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "how-to-drink",
"description": "程序员在家自制饮品方法指南。Programmer's guide about how to drink at home (Chinese).",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/MoYuM/HowToDrink"
},
"keywords": [
"recipes",
"drink",
"cocktail",
"cookbook",
"chinese",
"dishes"
],
"scripts": {
"build": "node ./.github/readme-generate.js",
"manuallint": "node .github/manual_lint.js",
"textlint": "textlint . --fix",
"markdownlint": "markdownlint ./dishes ./tips",
"lint": "npm run textlint && npm run markdownlint && npm run manuallint && echo 'Lint finished. All passed.'"
},
"author": "moyum",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/MoYuM/HowToDrink/issues"
},
"dependencies": {
"textlint": "^12.1.0",
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0",
"markdownlint-cli":"0.41.0"
},
"devDependencies": {
"glob": "^7.2.0"
}
}