rename issues script

This commit is contained in:
Flam3rboy
2021-08-10 03:34:50 +02:00
parent 2a198aabbf
commit 215f5d5196
4 changed files with 105 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "github",
"version": "1.0.0",
"description": "",
"main": "rename_issues.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.1"
}
}