42 lines
999 B
JSON
42 lines
999 B
JSON
{
|
|
"name": "setup-age-sops",
|
|
"description": "Setup AGE and SOPS in Gitea Actions",
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"prepackage": "npm run build",
|
|
"package": "ncc build build/index.mjs -o dist",
|
|
"format": "biome format --write .",
|
|
"lint": "biome check --apply-unsafe .",
|
|
"check": "biome check . --apply-unsafe",
|
|
"postinstall": "lefthook install"
|
|
},
|
|
"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": {
|
|
"@biomejs/biome": "^2.0.5",
|
|
"@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",
|
|
"lefthook": "^1.11.14",
|
|
"unbuild": "^3.5.0"
|
|
},
|
|
"packageManager": "pnpm@8.3.1"
|
|
}
|