docker-php-extension-installer/actions/check-new-issue/package.json

16 lines
279 B
JSON
Raw Normal View History

{
"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"
}
}