Bera
Deploy Genesis AI to Hugging Face Spaces
1b2f7eb
raw
history blame contribute delete
624 Bytes
{
"name": "genesis-ai-price-elasticity",
"version": "1.0.0",
"description": "Genesis AI — Dabur Sarson Amla Price Elasticity Intelligence Dashboard",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"build": "python3 dashboard_builder.py --data-dir ./output --brand \"DABUR SARSON AMLA\" --css public/dashboard.css --js public/dashboard.js --out public/dashboard.html"
},
"dependencies": {
"express": "^4.18.2"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": ["fmcg", "price-elasticity", "dashboard", "dabur"],
"license": "UNLICENSED"
}