-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
{
"name": "@filgaia/bitbucket-push-request",
"version": "1.10.2",
"description": "Module to create a push, pull request in bitbucket",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bitbucket",
"git",
"nodejs"
],
"author": {
"name": "Filgaia",
"email": "alejandroasp@gmail.com"
},
"license": "ISC",
"bin": {
"push": "bin/push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filgaia/bitbucket-push-request.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/filgaia",
"access": "public"
},
"devDependencies": {
"eslint": "^5.9.0"
},
"dependencies": {
"axios": "^0.18.0",
"chalk": "^2.4.1",
"git-user-email": "^0.2.2",
"lodash": "^4.17.11",
"minimist": "^1.2.0",
"ora": "^3.0.0",
"simple-git": "^1.107.0"
}
}