confluent/ConfluentTranslator/package.json
StillHammer 8ff322b85a Ajout Proto-Confluent + ConfluentTranslator
- Documentation complète Proto-Confluent (langue primitive)
- Traducteur web FR → Proto/Ancien Confluent
- Interface avec config persistante (Anthropic/OpenAI)
- Prompts système pour traduction LLM

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 11:54:38 +08:00

20 lines
434 B
JSON

{
"name": "confluent-translator",
"version": "1.0.0",
"description": "Traducteur Français vers Proto-Confluent et Ancien Confluent",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.71.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"openai": "^4.20.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}