package.json
{
"name": "cncp-failures-mockups",
"version": "0.1.0",
"description": "6 visually-distinct mockups of the CNCP Failures+Hermes panel, each a different display direction.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"private": true,
"dependencies": {
"express": "^5.2.1"
}
}