{ "name": "calculate-version", "version": "1.0.0", "description": "計算版本號的 Gitea Action(依現有 release 推算下一個穩定版或 beta 版本號)", "author": "Jeffery", "private": true, "type": "commonjs", "main": "index.js", "scripts": { "start": "node index.js", "test": "node --test" } }