This replaces `marvinpinto/action-automatic-releases`, which hasn't been updated since Jan 29 2022.
24 lines
497 B
JSON
24 lines
497 B
JSON
{
|
|
"name": "luatrauma-github-release",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "main.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "check-engine && node main.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@types/node": "^16",
|
|
"check-engine": "^1.11.0",
|
|
"glob": "^10.2.2",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"packageManager": "yarn@3.5.1"
|
|
}
|