{
  "name": "chem-api",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "nodemon app.js",
    "openapi": "yarn swagger-cli bundle ./app/api-doc/main_doc.json --outfile ./app/api-doc/_build/main_doc.json --type json",
    "test": "jest --verbose --testSequencer='./app/__test__/testSequencer.js' --runInBand"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@jest/test-sequencer": "^29.7.0",
    "ajv": "^8.13.0",
    "ajv-error-messages": "^2.1.0",
    "ajv-errors": "^3.0.0",
    "ajv-formats": "^3.0.1",
    "awilix": "^10.0.2",
    "body-parser": "^1.20.2",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "http-status-codes": "^2.3.0",
    "jest": "^29.7.0",
    "knex": "^3.1.0",
    "md5": "^2.3.0",
    "mongodb": "^6.5.0",
    "mongoose": "^8.3.2",
    "mysql": "^2.18.1",
    "node-localstorage": "^3.0.5",
    "supertest": "^7.0.0",
    "swagger-cli": "^4.0.4",
    "swagger-ui-express": "^5.0.0",
    "winston": "^3.13.0",
    "winston-daily-rotate-file": "^5.0.0"
  },
  "devDependencies": {
    "nodemon": "^3.1.0"
  }
}
