16 lines
279 B
JSON
16 lines
279 B
JSON
|
{
|
||
|
"name": "check-new-issue",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"publish": "ncc build src/index.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@actions/core": "^1.11.1",
|
||
|
"@actions/github": "^6.0.0"
|
||
|
}
|
||
|
}
|