{
  "name": "@rundexter/dexter-interactive",
  "version": "0.0.1",
  "description": "Facilitate interactivity between a webpage and a Dexter chatbot",
  "main": "src/index.js",
  "jsdelivr": "dist/dexter-interactive.js",
  "unpkg": "dist/dexter-interactive.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rundexter/dexter-interactive"
  },
  "bugs": {
    "url": "https://github.com/rundexter/dexter-interactive/issues"
  },
  "homepage": {
    "url": "https://dexter-interactive.rundexter.com"
  },
  "keywords": [
    "chatbot",
    "dexter",
    "rundexter",
    "natural language"
  ],
  "scripts": {
    "test": "jest",
    "build:production": "webpack --config webpack.config.prod.babel.js",
    "analyze:production": "./bin/analyze",
    "watch": "webpack --config webpack.config.dev.babel.js",
    "examples": "webpack --config webpack.config.prod.babel.js && serve -S examples"
  },
  "author": "Justin Fargione <info@rundexter.com>",
  "license": "MIT",
  "dependencies": {
    "@babel/polyfill": "^7.10.4",
    "core-js": "^3.6.5",
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "@babel/register": "^7.10.5",
    "babel-loader": "^8.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "eslint": "^7.7.0",
    "eslint-config-google": "^0.14.0",
    "htmlhint": "^0.14.1",
    "jest": "^26.4.2",
    "lodash-webpack-plugin": "^0.11.5",
    "serve": "^11.3.2",
    "stylelint": "^13.6.1",
    "stylelint-config-standard": "^20.0.0",
    "webpack": "^4.44.1",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.12"
  }
}
