{
  "name": "violet",
  "description": "Framework for building sophisticated voice apps",
  "license": "BSD-3-Clause",
  "version": "1.3.1",
  "main": "lib/violet.js",
  "keywords": [
    "voice",
    "conversation",
    "amazon",
    "alexa",
    "echo",
    "skills"
  ],
  "scripts": {
    "test": "mocha",
    "test-no-db": "mocha -i -f violetStore",
    "test-local": "mocha -i -f violetStoreSF",
    "test-cover": "nyc ./node_modules/mocha/bin/_mocha && nyc report --reporter=text-lcov > coverage.lcov",
    "test-cover-report": "nyc ./node_modules/mocha/bin/_mocha",
    "test-ci": "nyc ./node_modules/mocha/bin/_mocha -i -f violetStore && nyc report --reporter=text-lcov > coverage.lcov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/salesforce/violet-conversations.git"
  },
  "bugs": {
    "url": "https://github.com/salesforce/violet-conversations/issues"
  },
  "homepage": "https://github.com/salesforce/violet-conversations#readme",
  "dependencies": {
    "actions-on-google": "^2.10.0",
    "alexa-app": "^4.2.3",
    "alexa-utterances": "^0.2.1",
    "bluebird": "^3.5.0",
    "body-parser": "^1.18.3",
    "cheerio": "^1.0.0-rc.2",
    "co": "^4.6.0",
    "debug": "^3.1.0",
    "dialogflow-fulfillment": "^0.6.1",
    "express": "^4.14.0",
    "express-easy-zip": "^1.1.4",
    "js-yaml": "^3.13.1",
    "request": "^2.88.0",
    "request-promise": "^4.2.1",
    "safe-eval": "^0.4.1",
    "uuid": "^3.3.2",
    "ws": "^6.0.0"
  },
  "devDependencies": {
    "codecov": "^3.6.5",
    "mocha": "^6.1.4",
    "nyc": "^15.0.0"
  }
}
