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>
12 lines
201 B
JSON
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"
|
|
}
|
|
}
|