DoubleupDonny's picture
Update the data on these dashboards for the past 30 days
bbc658a verified
raw
history blame contribute delete
326 Bytes
Invalid JSON: Unexpected token '`', "```json { "... is not valid JSON
```json
{
"name": "mindsight-dashboard",
"version": "1.0.0",
"description": "MindSight Analytics Dashboard",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}
```