-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
45 lines (45 loc) · 952 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
38
39
40
41
42
43
44
45
{
"name": "github-pewpew",
"version": "1.3.1",
"description": "Clean up and remove those unnecessary GitHub repositories (and more). Pew pew!",
"main": "index.js",
"type": "module",
"bin": {
"ghpew": "index.js"
},
"files": [
"index.js",
"src"
],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrianmg/github-pewpew.git"
},
"keywords": [
"github",
"pewpew",
"utility",
"delete",
"repositories",
"codespaces",
"cli"
],
"author": "Adrian Mato (https://adrianmato.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/adrianmg/github-pewpew/issues"
},
"homepage": "https://github.com/adrianmg/github-pewpew",
"dependencies": {
"@octokit/auth-oauth-device": "^4.0.2",
"clipboardy": "^3.0.0",
"enquirer": "^2.3.6",
"ora": "^6.1.2"
},
"devDependencies": {
"mocha": "^10.0.0"
}
}