-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 770 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 770 Bytes
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
{
"name": "new-github-pull-request-url",
"version": "1.0.0",
"description": "Create a URL for new pull requests in repo with prefilled title, body, assignee etc",
"license": "MIT",
"repository": "hamxabaig/new-github-pull-request-url",
"author": {
"name": "Hamza Baig",
"email": "hamzabaig18@gmail.com",
"url": "http://hamxabaig.github.io"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"github",
"pull-request",
"new",
"generate",
"generate-url",
"url",
"query",
"search",
"automation",
"url-automation",
"parameters",
"params"
],
"dependencies": {
"execa": "^1.0.0",
"ow": "^0.8.0"
},
"devDependencies": {
"ava": "^0.25.0",
"xo": "^0.21.0"
}
}