forked from SashankBhamidi/git-gang
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 815 Bytes
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
{
"name": "git-gang",
"version": "1.0.0",
"description": "The world's biggest contributors list!",
"scripts": {
"validate": "node scripts/validate-contribution.js",
"validate-comprehensive": "node scripts/comprehensive-validation.js",
"process": "node scripts/process-contribution.js",
"sort": "node scripts/sort-contributors.js",
"update-badge": "node scripts/update-badge.js",
"reset": "node scripts/reset-staging.js",
"check-profanity": "node scripts/check-profanity.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SashankBhamidi/git-gang.git"
},
"keywords": [
"contributors",
"community",
"github",
"open-source"
],
"author": "",
"license": "MIT",
"devDependencies": {},
"engines": {
"node": ">=18.0.0"
}
}