forked from all-contributors/all-contributors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.48 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
{
"name": "all-contributors",
"description": "✨ Recognize all contributors, not just the ones who push code ✨",
"version": "0.0.0-semantically-released",
"bin": "index.js",
"main": "index.js",
"repository": "[email protected]:all-contributors/all-contributors.git",
"author": "All Contributors (https://allcontributors.org)",
"license": "MIT",
"scripts": {
"semantic-release": "semantic-release",
"start": "cd website && ../node_modules/.bin/docusaurus-start",
"build": "cd website && ../node_modules/.bin/docusaurus-build && cp _redirects build/all-contributors",
"write-translations": "cd website && ../node_modules/.bin/docusaurus-write-translations",
"crowdin": "java -jar website/crowdin/crowdin-cli.jar",
"crowdin-upload": "yarn crowdin --config crowdin.yaml upload sources --auto-update -b $(git rev-parse --abbrev-ref HEAD)",
"crowdin-download": "yarn crowdin --config crowdin.yaml download -b $(git rev-parse --abbrev-ref HEAD)",
"build-with-translations": "yarn write-translations && yarn crowdin-upload && yarn crowdin-download && yarn build",
"commit": "git-cz"
},
"dependencies": {},
"devDependencies": {
"broken-link-checker": "^0.7.8",
"cz-conventional-changelog": "^2.1.0",
"docusaurus": "^1.7.3",
"git-cz": "^3.0.0",
"react": "^16.6.3",
"semantic-release": "^15.10.5"
},
"engines": {
"node": ">=8",
"npm": ">=6"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}