2022-02-19 14:20:24 +08:00
|
|
|
{
|
2022-03-05 01:43:56 +08:00
|
|
|
"name": "how-to-cook",
|
|
|
|
"description": "程序员在家做饭方法指南。Programmer's guide about how to cook at home (Chinese).",
|
2024-06-17 14:03:33 +00:00
|
|
|
"version": "1.4.0",
|
2022-03-05 01:43:56 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Anduin2017/HowToCook.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"recipes",
|
|
|
|
"cooking",
|
|
|
|
"cookbook",
|
|
|
|
"chinese",
|
|
|
|
"dishes"
|
|
|
|
],
|
2024-06-03 12:21:36 +00:00
|
|
|
"scripts": {
|
2024-06-03 12:37:05 +00:00
|
|
|
"build": "node ./.github/readme-generate.js",
|
2024-06-03 12:21:36 +00:00
|
|
|
"manuallint": "node .github/manual_lint.js",
|
|
|
|
"textlint": "textlint . --fix",
|
|
|
|
"markdownlint": "markdownlint ./dishes ./tips",
|
2024-06-03 12:39:44 +00:00
|
|
|
"lint": "npm run textlint && npm run markdownlint && npm run manuallint && echo 'Lint finished. All passed.'"
|
2024-06-03 12:21:36 +00:00
|
|
|
},
|
2022-03-05 01:43:56 +08:00
|
|
|
"author": "Anduin2017",
|
|
|
|
"license": "Unlicense",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Anduin2017/HowToCook/issues"
|
|
|
|
},
|
2024-06-03 12:38:26 +00:00
|
|
|
"homepage": "https://cook.aiursoft.cn",
|
2022-02-19 14:20:24 +08:00
|
|
|
"dependencies": {
|
|
|
|
"textlint": "^12.1.0",
|
2022-03-01 01:19:31 +08:00
|
|
|
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
|
2024-06-03 12:21:36 +00:00
|
|
|
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0",
|
|
|
|
"markdownlint-cli":"0.41.0"
|
2022-03-12 14:34:23 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"glob": "^7.2.0"
|
2022-02-19 14:20:24 +08:00
|
|
|
}
|
|
|
|
}
|