{
  "name": "@lastcall/metricsync",
  "version": "0.3.1",
  "main": "dist/index.js",
  "license": "MIT",
  "dependencies": {
    "@elastic/elasticsearch": "^7.0.1",
    "ajv": "^6.5.2",
    "async-retry": "^1.2.3",
    "bluebird": "^3.5.1",
    "crypto-js": "^3.1.9-1",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.10",
    "moment": "^2.22.2",
    "node-fetch": "^2.2.0",
    "yargs": "^12.0.1"
  },
  "devDependencies": {
    "@types/node": "^10.5.4",
    "@types/node-fetch": "^2.1.2",
    "@types/yargs": "^11.1.1",
    "json-schema-to-typescript": "^5.5.0",
    "ts-node": "^7.0.0",
    "typescript": "^2.9.2"
  },
  "scripts": {
    "build": "tsc && cp src/config.schema.json dist/config.schema.json",
    "schema": "json2ts src/config.schema.json > src/config.ts"
  },
  "bin": "bin/metricsync"
}
