{
  "name": "azure-functions-bridge",
  "version": "0.1.4",
  "description": "A bridge to Nuxt-based apps works in Azure Functions.",
  "main": "index.js",
  "private": false,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NOALVO/azure-functions-bridge.git"
  },
  "keywords": [
    "azure-functions",
    "nuxt"
  ],
  "author": "Igor Halfeld <hello@igorluiz.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NOALVO/azure-functions-bridge/issues"
  },
  "homepage": "https://github.com/NOALVO/azure-functions-bridge#readme",
  "dependencies": {
    "axios": "^0.19.0",
    "express": "^4.17.1"
  }
}
