18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"name": "information",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "action.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"type":"module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/github": "^6.0.0",
|
|
"semver-parser": "^4.1.4"
|
|
}
|
|
}
|