There was an error while loading. Please reload this page.
1 parent 1e03e70 commit 62d9d79Copy full SHA for 62d9d79
package.json
@@ -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