forked from gayanvoice/top-github-users-action
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 872 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
29
30
31
32
33
34
{
"name": "top-github-users-action",
"version": "2.0.0",
"description": "Fetch most active users by country in every 24 hours",
"main": "dist/index.js",
"scripts": {
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ePlus-DEV/top-github-users-action.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript"
],
"author": "David Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ePlus-DEV/top-github-users-action/issues"
},
"homepage": "https://github.com/ePlus-DEV/top-github-users-action#readme",
"dependencies": {
"@octokit/graphql": "4.6.2",
"fs-extra": "9.1.0",
"simple-git": "2.39.0"
},
"devDependencies": {
"@vercel/ncc": "0.38.1",
"jest": "26.6.3"
}
}