-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.09 KB
/
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
46
47
48
49
50
51
52
{
"name": "brownout-push",
"version": "1.0.1",
"description": "This is a simple code for pushing your code to github when there is a github brownout",
"main": "App.js",
"scripts": {
"test": "standard && node test.js | tap-spec",
"lint": "standard . --fix"
},
"files": [
"App.js",
"cli.js"
],
"author": {
"name": "Alestor Aldous",
"url": "https://alestor123.github.io"
},
"funding": "https://alestor123.is-a.dev/donate/",
"engines": {
"node": ">=10"
},
"bin": {
"brownout-push": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alestor123/BROWNOUT-PUSH.git"
},
"keywords": [
"github",
"brownout",
"blackout",
"git",
"npm",
"cli",
"auth"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/alestor123/BROWNOUT-PUSH/issues"
},
"homepage": "https://github.com/alestor123/BROWNOUT-PUSH#readme",
"devDependencies": {
"standard": "^16.0.3",
"tap": "^15.0.9",
"tap-spec": "^5.0.0"
},
"dependencies": {
"chalk": "^4.1.1",
"prompt-sync": "^4.2.0"
}
}