feat: 更新项目构建脚本
Some checks failed
CI / 测试 (push) Failing after 58s

This commit is contained in:
ren
2025-10-21 11:30:16 +08:00
parent 343f295a13
commit 4174e14517
2 changed files with 63 additions and 38 deletions

View File

@@ -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"
}
}