forked from mdn/translated-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.49 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
{
"name": "@mdn/translated-content",
"version": "1.0.0",
"description": "Translated content of https://developer.mozilla.org",
"private": true,
"homepage": "https://github.com/mdn/translated-content#readme",
"bugs": {
"url": "https://github.com/mdn/translated-content/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": "MDN Web Docs",
"repository": {
"type": "git",
"url": "git+https://github.com/mdn/translated-content.git"
},
"type": "module",
"scripts": {
"fix:json": "prettier -w \"**/*.json(c)?\"",
"fix:md": "markdownlint-cli2 --fix \"**/*.md\" && node ./scripts/check-url-locale.js --fix files && yarn autocorrect --fix . && prettier -w \"**/*.md\"",
"fix:yml": "prettier -w \"**/*.yml\"",
"lint:json": "prettier -c \"**/*.json(c)?\"",
"lint:md": "markdownlint-cli2 \"**/*.md\" && node ./scripts/check-url-locale.js files && yarn autocorrect --lint . && prettier -c \"**/*.md\"",
"lint:yml": "prettier -c \"**/*.yml\"",
"prepare": "husky || true"
},
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"autocorrect-node": "2.11.1",
"cld": "^2.10.0",
"fdir": "^6.4.0",
"front-matter": "^4.0.2",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"markdown-it": "^14.1.0",
"markdownlint-cli2": "0.14.0",
"markdownlint-rule-search-replace": "1.2.0",
"mdast-util-from-markdown": "^2.0.1",
"ora": "^8.1.0",
"prettier": "3.3.3",
"unist-util-visit": "^5.0.0",
"yargs": "^17.7.2"
}
}