-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 889 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
{
"author": "Maurits Wilke",
"name": "mass-webhooks",
"version": "2.0.0",
"description": "Mass Webhooks is an application to easily add a webhook to all of your github repositories!",
"main": "dist/index.js",
"bin": "dist/index.js",
"keywords": [
"github",
"webhook",
"webhooks",
"mass-create",
"add webhook to all github repos"
],
"license": "MIT",
"homepage": "https://github.com/MauritsWilke/MassWebhooks#readme",
"bugs": {
"url": "https://github.com/MauritsWilke/MassWebhooks/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MauritsWilke/MassWebhooks.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"./dist"
],
"type": "module",
"dependencies": {
"@octokit/rest": "^19.0.5",
"chalk": "^5.0.0",
"inquirer": "^9.1.4",
"nanospinner": "^1.0.0"
},
"devDependencies": {
"@types/inquirer": "^9.0.3"
}
}