{
  "name": "appdaemon",
  "version": "0.0.11",
  "description": "",
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/adgelbfish/appdaemon-js.git"
  },
  "scripts": {
    "start": "",
    "test": "jest",
    "dev": "babel-node src/core/app.js",
    "build": "babel src --out-dir lib --ignore *.spec.js",
    "prepublishOnly": "npm run build"
  },
  "author": "Avraham David Gelbfish <adg@adgelb.fish>",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-env": "^1.4.0",
    "jest": "^19.0.2",
    "nodemon": "^1.11.0",
    "validator": "^7.0.0"
  },
  "babel": {
    "presets": [
      "env"
    ]
  },
  "dependencies": {
    "fs-extra": "^3.0.0",
    "home-assistant-js-websocket": "^1.1.0",
    "ws": "^2.3.1"
  },
  "bin": {
    "appdaemon-js": "./lib/core/app.js"
  }
}
