mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-08 19:52:36 +01:00
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"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": {
|
|
"arg": "^5.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"prompts": "^2.4.1",
|
|
"puppeteer": "^10.2.0"
|
|
}
|
|
}
|