18
package.json
18
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "files-hash-action",
|
||||
"version": "0.1.1",
|
||||
"description": "A lightweight GitHub Action to calculate hash of multiple files",
|
||||
"description": "A lightweight Gitea Action to calculate hash of multiple files",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "vitest run",
|
||||
@@ -33,17 +33,9 @@
|
||||
"sha256",
|
||||
"sha512"
|
||||
],
|
||||
"author": "Files Hash Action",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.18.3",
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/your-username/files-hash-action.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/your-username/files-hash-action/issues"
|
||||
},
|
||||
"homepage": "https://github.com/your-username/files-hash-action#readme"
|
||||
"node": ">=20",
|
||||
"pnpm": ">=10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user