{
  "name": "@windsor/normalize-event",
  "version": "0.0.110",
  "description": "A Node transform stream to normalize events from singer taps to the Windsor format",
  "main": "out/index.js",
  "types": "out/index.d.ts",
  "license": "MIT",
  "author": {
    "name": "Windsor",
    "email": "team@windsor.io",
    "url": "https://windsor.io"
  },
  "_repo": {
    "deps": []
  },
  "scripts": {
    "build": "tsc --build tsconfig.json",
    "lint": "prettier './**/*' -c",
    "prepack": "yarn run build",
    "postpack": "rm -rf ./out",
    "np": "np",
    "release": "yarn run np"
  },
  "dependencies": {
    "@types/pg": "^7.14.1",
    "line-reader": "0.4.0",
    "moment": "2.24.0",
    "pg": "^7.18.2"
  },
  "devDependencies": {
    "@types/node": "*",
    "@types/prettier": "1.19.0",
    "auth0": "^2.24.0",
    "commander": "2.9.0",
    "delay": "4.2.0",
    "flat": "4.1.0",
    "np": "5.0.3",
    "pify": "4.0.1",
    "prettier": "^1.19.1",
    "sinon": "7.3.2",
    "snyk": "1.171.1",
    "typescript": "^3.8.3",
    "yargs": "14.0.0"
  }
}