-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 832 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
35
36
37
{
"name": "ha-get-ppl-repos",
"version": "0.0.1",
"description": "The app enables to clone all student repositories for the specified course",
"main": "gpr.js",
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dtsaryov/ha-get-ppl-repos.git"
},
"keywords": [
"github",
"git",
"nodejs",
"node",
"javascript",
"js",
"octokit"
],
"author": "dtsaryov",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dtsaryov/ha-get-ppl-repos/issues"
},
"homepage": "https://github.com/dtsaryov/ha-get-ppl-repos#readme",
"devDependencies": {
"jest": "^27.0.6",
"rewire": "^5.0.0"
},
"dependencies": {
"@octokit/rest": "^18.9.0",
"simple-git": "^2.44.0"
}
}