adeo-maturity-tool/package.json
Phil Dore 1fd3dc00ae Initial commit — ADEO Content Maturity Assessment Tool
Multi-client maturity dashboard (Express/vanilla JS, port 3102).
ADEO client: 8 markets, 7 pillars, 59 questions.
Includes data converter, universal PDF summary generator, and
new-client wizard for adding future clients.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 16:15:56 +01:00

12 lines
201 B
JSON

{
"name": "maturity-tool",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node server/index.js"
},
"dependencies": {
"express": "^4.18.2",
"multer": "^2.0.0"
}
}