-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
82 lines (82 loc) · 2.41 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "wechaty-jekyll",
"version": "0.11.72",
"description": "Wechaty Official Website for News, Blogs, Contributor Profiles",
"private": true,
"type": "module",
"engines": {
"node": ">=16",
"npm": ">=7"
},
"scripts": {
"fit-image": "./scripts/fit-image.sh",
"lint": "npm-run-all lint:es lint:ts lint:md lint:fn lint:yml",
"lint:es": "eslint \"src/**/*.ts\" \"tests/**/*.spec.ts\" --ignore-pattern tests/fixtures/",
"lint:ts": "tsc --isolatedModules --noEmit",
"lint:md": "markdownlint --ignore _site/ --ignore node_modules/ \"**/*.md\"",
"lint:fn": "file-name-linter .file-name-linter.json",
"lint:yml": "true || yamllint jekyll/_data/*.yml",
"test": "npm-run-all lint test:unit",
"test:unit": "cross-env TAP_TIMEOUT=60 NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" tap \"src/**/*.spec.ts\" \"tests/**/*.spec.ts\"",
"build": "npm-run-all build:jekyll",
"build:jekyll": "cd jekyll && make build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wechaty/jekyll.git"
},
"keywords": [
"wechaty",
"blog",
"news",
"controbutors",
"homepage",
"Minimal Mistakes",
"Jekyll"
],
"author": "Huan LI <zixia@zixia.net>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wechaty/jekyll/issues"
},
"homepage": "https://github.com/wechaty/jekyll#readme",
"devDependencies": {
"@chatie/eslint-config": "^1.0.4",
"@chatie/git-scripts": "^0.6.2",
"@chatie/tsconfig": "^4.6.3",
"@types/ci-info": "^3.1.0",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.14.181",
"@types/marked": "^4.0",
"@types/node-fetch": "^2.6.1",
"@types/probe-image-size": "^7.0.1",
"@types/yaml-front-matter": "^4.1.0",
"abort-controller": "^3.0.0",
"ci-info": "^3.3.2",
"cross-env": "^7.0.3",
"file-box": "^1.4.15",
"git-scripts": "^0.4.3",
"glob": "^7.2.0",
"https-proxy-agent": "^5.0.0",
"image-size": "^1.0.1",
"is-pr": "^2.0.0",
"lodash": "^4.17.21",
"markdownlint-cli": "^0.31.1",
"marked": "^4.0",
"net": "^1.0.2",
"node-fetch": "^3.2.3",
"npm-run-all": "^4.1.5",
"probe-image-size": "^7.2.3",
"tls": "^0.0.1",
"tstest": "^1.2.8",
"uuid": "^8.3.2",
"yaml": "^1.10.2",
"yaml-front-matter": "^4.1.1",
"yaml-lint": "^1.2.4"
},
"git": {
"scripts": {
"pre-push": "npx git-scripts-pre-push"
}
}
}