forked from microsoft/TypeScript-Website-Localizations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 865 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
{
"name": "typescript-website-localizations",
"version": "1.0.0",
"repository": "https://github.com/microsoft/TypeScript-Website-Localizations",
"author": "Microsoft",
"license": "MIT",
"scripts": {
"pull-en": "docs-sync get-en microsoft/TypeScript-Website#v2",
"pull-others": "docs-sync get-en microsoft/TypeScript-Website#v2 --all",
"validate-paths": "docs-sync validate-against-en",
"lint": "node scripts/lint.js",
"test": "yarn validate-paths && yarn lint"
},
"dependencies": {
"@orta/markdown-translator": "^0.4.2",
"@oss-docs/sync": "1.1.4",
"danger": "^10.6.0"
},
"devDependencies": {
"@typescript/twoslash": "^1.1.3",
"chalk": "^4.1.0",
"gatsby-remark-shiki-twoslash": "^3.0.14",
"gray-matter": "^4.0.2",
"preact": "^10.5.12",
"remark": "^13.0.0",
"typescript": "^4.1.3"
}
}