feat: US-001 - Setup proiect Node.js

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Echo
2026-02-08 14:02:36 +00:00
parent d9a2199c4c
commit 29fcb8a5b2
5 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "hello-ralph-test",
"version": "1.0.0",
"description": "Proiect minimal pentru testare workflow Ralph",
"main": "src/hello.js",
"scripts": {
"test": "echo \"No tests yet\" && exit 0"
}
}