{
  "name": "armory-api",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.17.3",
    "formidable": "^2.0.1",
    "lodash": "^4.17.21",
    "md5": "^2.3.0",
    "mysql2": "^2.3.3",
    "sharp": "^0.30.4",
    "swagger-jsdoc": "^6.2.8",
    "swagger-ui-express": "^4.6.2"
  },
  "description": "",
  "type": "module",
  "imports": {
    "#~/*.js": "./*.js",
    "#common/*.js": "./common/*.js",
    "#functions/*.js": "./functions/*.js",
    "#routes/*.js": "./routes/*.js",
    "#services/*.js": "./services/*.js"
  }
}
