{
  "name": "@makarandkate/ezo-connect-wa",
  "version": "9.1.3",
  "description": "",
  "main": "lib/index.js",
  "types": "lib",
  "scripts": {
    "build": "tsc -p .",
    "dev": "nodemon --config nodemon.json",
    "dev:start": "npm-run-all build start",
    "lint": "tslint -c tslint.json -p tsconfig.json --fix",
    "release": "npm run build && npm publish --access public",
    "start": "node .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/express": "^4.17.11",
    "@types/express-handlebars": "^5.3.0",
    "@types/node": "^14.14.37",
    "@types/request": "^2.48.8",
    "nodemon": "^2.0.7",
    "ts-node-dev": "^1.1.6",
    "tsconfig-paths": "^3.9.0",
    "tslint": "^6.1.3",
    "typescript": "^4.3.2"
  },
  "dependencies": {
    "express": "^4.17.1",
    "express-handlebars": "^5.3.2",
    "node-fetch": "^3.3.2",
    "qrcode": "^1.4.4",
    "request": "^2.88.2"
  }
}
