{
  "name": "nutrislice-menu-api",
  "version": "1.0.7",
  "license": "ISC",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "cleanup": "rimraf dist",
    "compiler": "tsc --pretty",
    "compiler:watch": "tsc --watch",
    "build": "npm run cleanup && npm run compiler",
    "start": "node ./dist/main.js",
    "dev": "nodemon -w *.ts -e ts -x ts-node --files -H -T server.ts"
  },
  "dependencies": {
    "@types/luxon": "^2.0.4",
    "axios": "^0.21.1",
    "luxon": "^1.26.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.15.0",
    "prettier": "2.4.1",
    "rimraf": "^3.0.2",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.3"
  }
}
