mirror of https://github.com/PCSX2/pcsx2.git
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "generate-release-notes",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@octokit/plugin-retry": "^3.0.9",
|
|
"@octokit/plugin-throttling": "^3.5.2",
|
|
"@octokit/rest": "^18.12.0"
|
|
}
|
|
}
|