{
  "name": "yalcs-server",
  "version": "1.2.0",
  "description": "Yet Another Live Chat for Slack — Message your website's visitors through Slack for support or sales.",
  "main": "dist/app.js",
  "scripts": {
    "watch-coverage": "npm run coverage -- --watch",
    "watch-start": "nodemon --watch dist -e js -L --inspect=0.0.0.0:9229 ./dist/app.js",
    "watch-build": "npm run build -- -w",
    "watch-test": "npm run test -- --watch",
    "coverage": "npm run test -- --coverage",
    "build": "tsc -p ./",
    "start": "node dist/app",
    "test": "jest"
  },
  "author": "Xyfir, LLC <contact@xyfir.com> (https://www.xyfir.com)",
  "license": "MIT",
  "prettier": {
    "singleQuote": true
  },
  "dependencies": {
    "app-module-path": "^2.2.0",
    "body-parser": "^1.19.0",
    "dotenv": "^8.1.0",
    "enve": "^1.0.4",
    "express": "^4.17.1",
    "node-persist": "^3.0.5",
    "request-promise-native": "^1.0.7",
    "tsscmp": "^1.0.6",
    "uuid": "^3.3.3"
  },
  "devDependencies": {
    "@types/dotenv": "^6.1.0",
    "@types/express": "^4.17.1",
    "@types/jest": "^24.0.18",
    "@types/node-persist": "0.0.33",
    "@types/request-promise-native": "^1.0.17",
    "@types/uuid": "^3.4.5",
    "jest": "^24.9.0",
    "jest-extended": "^0.11.2",
    "nodemon": "^1.19.3",
    "ts-jest": "^24.1.0",
    "typescript": "^3.6.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xyfir/yalcs.git"
  },
  "bugs": {
    "url": "https://github.com/xyfir/yalcs/issues"
  },
  "homepage": "https://github.com/xyfir/yalcs#readme",
  "keywords": [
    "live chat",
    "chat",
    "slack",
    "support",
    "instant messaging",
    "messaging"
  ]
}
