first try
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user