forked from 100Automations/true-github-contributors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 799 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
{
"name": "true-github-contributors",
"version": "1.0.5",
"description": "Module to assists with GitHub contributor data using octokit/rest.js",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/100Automations/true-github-contributors.git"
},
"author": "Kian Badie",
"license": "ISC",
"bugs": {
"url": "https://github.com/100Automations/true-github-contributors/issues"
},
"homepage": "https://github.com/100Automations/true-github-contributors#readme",
"dependencies": {},
"devDependencies": {
"@octokit/rest": "^18.0.3",
"dotenv": "^8.2.0",
"jest": "^26.4.2",
"sinon": "^9.0.3"
},
"jest": {
"collectCoverage": true,
"coverageReporters": [
"html"
]
}
}