Files
clawd/test-ralph-workflow/package.json
Echo 59abff1bce feat: US-003 - Test pentru hello
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 14:05:52 +00:00

13 lines
236 B
JSON

{
"name": "hello-ralph-test",
"version": "1.0.0",
"description": "Proiect minimal pentru testare workflow Ralph",
"main": "src/hello.js",
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^30.2.0"
}
}