{
  "name": "nodechartapi",
  "version": "1.2.0",
  "description": "NodeJS chart api",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start":"node app.js"
  },
  "author": "VaSaham inc",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.4.0",
    "body-parser": "^1.20.2",
    "express": "^4.18.2",
    "jsonwebtoken": "^9.0.0",
    "lodash": "^4.17.21",
    "nodemon": "^2.0.22",
    "pg": "^8.10.0",
    "express-promise-router":"^4.4.1"
  }
}

