{
  "name": "@manekinekko/google-actions-rxjs",
  "description": "A Google Action to help you find the best RxJS operator for your problem.",
  "version": "1.0.7",
  "license": "MIT",
  "main": "index.js",
  "author": {
    "name": "Wassim Chegham",
    "email": "github@wassimchegham.com"
  },
  "engines": {
    "node": "> 5"
  },
  "homepage": "https://github.com/manekinekko/google-actions-rxjs",
  "bugs": "https://github.com/manekinekko/google-actions-rxjs/issues",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git@github.com:manekinekko/google-actions-rxjs.git"
  },
  "devDependencies": {},
  "scripts": {
    "start": "npm run build:w",
    "server": "nodemon dist/action.js",
    "ngrok": "ngrok http 8080",
    "build": "babel lib -d dist",
    "build:w": "npm run build -- -w",
    "sim": "gactions simulate",
    "preview": "gactions --verbose preview --action_package action.json --invocation_name 'ben' --preview_mins 1234",
    "deploy": "npm run build && npm version patch && git push --tags && git push && npm publish"
  },
  "dependencies": {
    "@manekinekko/google-actions-server": "^2.0.0",
    "cheerio": "^0.22.0",
    "tree-model": "^1.0.6"
  },
  "keywords": [
    "google",
    "gactions",
    "google home",
    "google assistant",
    "google actions",
    "assistant",
    "rxjs",
    "reactivex"
  ]
}
