-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 922 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
{
"name": "git-push.js",
"version": "1.0.0",
"description": "Publish files to a branch on GitHub.",
"main": "index.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ajay-o-s/git-push.js.git"
},
"keywords": [
"git-push",
"git-push.js",
"npm",
"package",
"ajay-os",
"ajay-o-s"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": "Ajay o s",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Ajay-o-s/git-push.js/issues"
},
"homepage": "https://github.com/Ajay-o-s/git-push.js#readme",
"dependencies": {
"assert": "^2.0.0",
"child_process": "^1.0.2",
"commander": "^9.3.0",
"email-addresses": "^5.0.0",
"filenamify": "^5.1.1",
"find-cache-dir": "^3.3.2",
"fs-extra": "^10.1.0",
"globby": "^13.1.1",
"util": "^0.12.4"
}
}