first try

This commit is contained in:
2025-07-06 11:56:08 +02:00
parent 715cffde38
commit a4d88e5ea3
20 changed files with 36769 additions and 23 deletions

33
package.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "setup-age-sops",
"description": "Setup AGE and SOPS in Gitea Actions",
"scripts": {
"prepackage": "npm run build",
"package": "ncc build src/index.ts -o dist"
},
"keywords": [
"age",
"sops",
"github-action"
],
"author": {
"name": "Nicolas Hedger",
"email": "nicolas@hedger.ch"
},
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/tool-cache": "^2.0.2",
"ts-dedent": "^2.2.0"
},
"devDependencies": {
"@hedger/prettier-config": "^1.2.0",
"@octokit/auth-action": "^6.0.1",
"@octokit/request-error": "^7.0.0",
"@octokit/rest": "^22.0.0",
"@octokit/types": "^14.1.0",
"@types/node": "^18.19.31",
"@vercel/ncc": "^0.38.3"
},
"packageManager": "pnpm@8.3.1"
}