{
  "name": "@freshworks-jaya/freshchat-api",
  "version": "0.7.35",
  "description": "Provides simple interface for accessing Freshchat's public APIs",
  "repository": "git@github.com:freshdesk/jaya-lib.git",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf lib coverage .nyc_output",
    "watch": "tsc --watch --incremental",
    "coverage": "codecov",
    "test": "nyc --reporter=lcov mocha",
    "build": "tsc && cpx \"src/*.hbs\" ./lib",
    "format": "prettier --write \"src/**/*.ts\"",
    "build:check": "tsc --noEmit",
    "lint": "tsc --noEmit && eslint 'src/**/*.ts' --quiet --fix",
    "prepare": "npm run build",
    "preversion": "npm run lint"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@types/chai": "^4.2.16",
    "@types/chai-as-promised": "^7.1.3",
    "@types/handlebars-helpers": "^0.5.2",
    "@types/html-to-text": "^8.0.0",
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.12.2",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "codecov": "^3.8.1",
    "cpx": "^1.5.0",
    "mocha": "^9.0.0",
    "nock": "^13.1.0",
    "nyc": "^15.1.0",
    "source-map-support": "^0.5.19",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.2"
  },
  "dependencies": {
    "@freshworks-jaya/utilities": "^1.0.0",
    "axios": "^0.21.4",
    "dayjs": "^1.10.5",
    "handlebars": "^4.7.7",
    "handlebars-helpers": "^0.10.0",
    "html-to-text": "8.0.0"
  },
  "resolutions": {
    "handlebars": "4.7.7"
  }
}
