conception-assistant/package.json
2025-10-14 17:05:19 +02:00

35 lines
739 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": {
"archiver": "^7.0.1",
"dotenv": "^17.2.2",
"express": "^4.18.2",
"puppeteer": "^24.22.3",
"uuid": "^13.0.0"
}
}