{
  "name": "pulsar-express",
  "version": "0.5.1",
  "description": "Simple Web Interface for Apache Pulsar",
  "keywords": [
    "apache pulsar",
    "pulsar",
    "web"
  ],
  "author": "Bruno Bonnin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bbonnin/pulsar-express.git"
  },
  "bugs": {
    "url": "https://github.com/bbonnin/pulsar-express/issues"
  },
  "homepage": "https://github.com/bbonnin/pulsar-express#readme",
  "license": "Apache-2.0",
  "scripts": {
    "dev": "nuxt",
    "build": "nuxt build",
    "start": "nuxt start",
    "generate": "nuxt generate",
    "docker-build": "docker build -t pulsar-express .",
    "docker-run": "docker run -it -p 3000:3000 -e PE_CONNECTION_URL=http://host.docker.internal:8080 pulsar-express"
  },
  "dependencies": {
    "@nuxtjs/axios": "^5.6.0",
    "@nuxtjs/proxy": "^1.3.3",
    "cross-env": "^5.2.0",
    "dotenv": "^8.0.0",
    "element-theme-chalk": "^2.11.1",
    "element-ui": "^2.11.1",
    "nuxt": "^2.9.0",
    "request": "^2.88.0",
    "vue-lodash": "^2.0.2",
    "vue-moment": "^4.0.0"
  },
  "devDependencies": {
    "nodemon": "^1.19.1"
  },
  "bin": {
    "pulsar-express": "./pulsar-express.js"
  }
}
