{
  "name": "casa-corrently",
  "version": "1.0.99",
  "description": "Casa Corrently EcoSystem - Standalone and Node-RED",
  "main": "app.js",
  "scripts": {
    "test": "mocha",
    "demo-messkonzept1": "node-red ./flows/demo_messkonzept1.json",
    "demo-messkonzept2": "node-red ./flows/demo_messkonzept2.json",
    "start": "node ./standalone.js",
    "standalone-messkonzept0": "nodemon --ignore flows/ --ignore lib/ --ignore public/ ./standalone.js ./flows/demo_messkonzept0.json",
    "standalone-messkonzept1": "nodemon --ignore flows/ --ignore lib/ --ignore public/ ./standalone.js ./flows/demo_messkonzept1.json",
    "standalone-messkonzept2": "nodemon --ignore flows/ --ignore lib/ --ignore public/ ./standalone.js ./flows/demo_messkonzept2.json"
  },
  "bin": {
    "casa-corrently": "./standalone.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/energychain/casa-corrently.git"
  },
  "keywords": [
    "stromdao",
    "smartmeter",
    "corrently",
    "isms",
    "stromzähler",
    "node-red",
    "electricitymeter",
    "easymeter",
    "powermeter",
    "energyprice",
    "strompreis"
  ],
  "author": "STROMDAO GmbH <kontakt@stromdao.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/energychain/casa-corrently/issues"
  },
  "homepage": "https://casa.corrently.de/",
  "dependencies": {
    "axios": "^0.21.1",
    "bcrypt": "^5.0.0",
    "bl": "^4.0.3",
    "body-parser": "^1.19.0",
    "express": "^4.17.1",
    "nanoid": "3.1.12",
    "node-forge": "^0.10.0",
    "recursive-copy": "^2.0.11",
    "simple-dependencies-updater": "0.9.4",
    "update-notifier": "5.1.0",
    "winston": "^3.3.3"
  },
  "funding": {
    "type": "corporation",
    "url": "https://www.stromdao.de/crowdfunding/info"
  },
  "node-red": {
    "nodes": {
      "Discovergy Meter": "DiscovergyMeter.js",
      "Available Meters": "DiscovergyMetersList.js"
    }
  },
  "devDependencies": {
    "mocha": "^9.0.0",
    "node-red": "^1.1.3",
    "node-red-node-test-helper": "^0.2.5",
    "nodemon": "^2.0.4"
  }
}
