conception-assistant/package.json
Muyue aa0a3863b6 Refactor: Complete internationalization and modernization to v2.0.0
Major Changes:
  - Remove all emojis from UI, code, and documentation for professional appearance
  - Translate entire codebase from French to English (code, comments, strings, UI)
  - Simplify template system: 18 templates → single default template
  - Rename "Mode Liberté Total" to "Enhanced Mode" throughout
  - Add comprehensive English README with installation and usage guides
  - Add MIT License (open source, no attribution required)
  - Update package.json with proper metadata and keywords

  Breaking Changes:
  - Template API endpoint changed from /api/templates/:domain/:level to /api/templates/default
  - All French UI text and notifications replaced with English
  - Template directory structure simplified

  Technical Improvements:
  - Cleaner, more maintainable codebase
  - Improved internationalization
  - Better developer experience with English documentation
  - Professional appearance suitable for production use
2025-10-14 15:05:39 +02:00

34 lines
713 B
JSON

{
"name": "design-journal",
"version": "2.0.0",
"description": "A collaborative design documentation tool with AI-powered assistance for technical project management",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"design",
"journal",
"documentation",
"markdown",
"ai",
"mistral",
"collaboration"
],
"author": "Design Journal Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/design-journal.git"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"dotenv": "^17.2.2",
"express": "^4.18.2",
"puppeteer": "^24.22.3",
"uuid": "^13.0.0"
}
}