forked from all-contributors/allcontributors.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.32 KB
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": "git@github.com:all-contributors/all-contributors.git",
"author": "All Contributors (https://allcontributors.org)",
"license": "MIT",
"scripts": {
"postinstall": "node index.js",
"semantic-release": "semantic-release",
"start": "cd website && ../node_modules/.bin/docusaurus-start",
"build": "cd website && ../node_modules/.bin/docusaurus-build",
"write-translations": "cd website && ../node_modules/.bin/docusaurus-write-translations",
"crowdin-upload": "crowdin --config crowdin.yaml upload sources --auto-update -b master",
"crowdin-download": "crowdin --config crowdin.yaml download -b master",
"publish-gh-pages": "cd website && ../node_modules/.bin/docusaurus-publish",
"commit": "git-cz"
},
"dependencies": {},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"semantic-release": "^15.10.5",
"broken-link-checker": "^0.7.8",
"docusaurus": "^1.6.2",
"git-cz": "^1.8.0",
"react": "^16.6.3"
},
"engines": {
"node": ">=8",
"npm": ">=6"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}