{
  "name": "wingbot",
  "version": "3.69.8",
  "description": "Enterprise Messaging Bot Conversation Engine",
  "main": "index.js",
  "type": "commonjs",
  "scripts": {
    "tsd:update": "jsdoc -t ./node_modules/tsd-jsdoc/dist/ -r ./src",
    "doc:gql": "graphql-markdown ./src/graphApi/schema.gql > doc/api/graphqlSchema.md",
    "doc": "npm run doc:gql && node ./bin/makeApiDoc.js && cpy ./CHANGELOG.md ./doc && gitbook install ./doc && gitbook build ./doc && rimraf -rf ./docs && rimraf --rf ./doc/CHANGELOG.md && move-cli ./doc/_book ./docs",
    "test": "npm run test:lint && npm run test:coverage && npm run test:coverage:threshold",
    "test:coverage": "nyc --reporter=html mocha ./test && nyc report",
    "test:coverage:threshold": "nyc check-coverage --lines 89 --functions 88 --branches 79",
    "test:backend": "mocha ./test",
    "test:lint": "eslint --ext .js src test *.js plugins"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/wingbotai/wingnpbot.git"
  },
  "keywords": [
    "Enterprise",
    "Messaging",
    "Chatbot",
    "Framework",
    "Bot",
    "Messenger",
    "Facebook"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "author": "wingbot.ai",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wingbot.ai/wingbot/issues"
  },
  "homepage": "https://github.com/wingbot.ai/wingbot#readme",
  "devDependencies": {
    "cpy-cli": "^5.0.0",
    "eslint": "^8.56.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsdoc": "^48.0.2",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-mocha": "^10.2.0",
    "eslint-plugin-react": "^7.33.2",
    "graphql-markdown": "^7.0.0",
    "jsdoc-to-markdown": "^8.0.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "rimraf": "^5.0.5",
    "sinon": "^17.0.1",
    "tsd-jsdoc": "^2.5.0"
  },
  "dependencies": {
    "@amplitude/ua-parser-js": "^0.7.33",
    "compress-json": "^3.0.0",
    "deep-extend": "^0.6.0",
    "form-data": "^4.0.0",
    "graphql": "^16.8.1",
    "jsonwebtoken": "^9.0.2",
    "node-fetch": "^2.6.7",
    "path-to-regexp": "^6.3.0",
    "uuid": "^9.0.1",
    "webalize": "^0.1.0"
  },
  "optionalDependencies": {
    "axios": "^1.6.4",
    "handlebars": "^4.0.0"
  }
}