Skip to content

Commit 62d9d79

Browse files
committed
build(package): initial version
1 parent 1e03e70 commit 62d9d79

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "add-issues-and-prs-to-octokit-project",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "Gregor Martynus (https://twitter.com/gr2m)",
11+
"license": "MIT",
12+
"dependencies": {
13+
"@octokit/core": "^2.5.0",
14+
"@octokit/plugin-paginate-rest": "^2.2.0",
15+
"@octokit/plugin-throttling": "^3.2.0"
16+
}
17+
}

0 commit comments

Comments
 (0)