Files
ci-hello-world/package.json
root 60d47f2b7f
Some checks failed
CI / Test → Hello World (push) Failing after 26s
feat: Hello World CI/CD — vitest + webhook to Hermes
2026-05-23 02:27:12 +00:00

13 lines
188 B
JSON

{
"name": "ci-hello-world",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "vitest run"
},
"devDependencies": {
"vitest": "^3.0.0"
}
}