{
  "name": "pino-splunk-events",
  "version": "0.0.11",
  "description": "Pino transport layer to splunk-events",
  "author": "VTEX",
  "license": "MIT",
  "contributors": [
    {
      "name": "Gabriel Takashi Katakura",
      "url": "https://github.com/gtkatakura",
      "email": "gt.katakura@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vtex/pino-splunk-events.git"
  },
  "bugs": {
    "url": "https://github.com/vtex/pino-splunk-events/issues"
  },
  "keywords": [
    "pino",
    "splunk",
    "log",
    "events",
    "vtex"
  ],
  "files": [
    "src/",
    "lib/"
  ],
  "bin": "lib/cli.js",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepublishOnly": "yarn test && yarn build",
    "lint": "yarn lint:eslint && yarn lint:prettier",
    "lint:eslint": "eslint --ext .js,.jsx,.ts,.tsx",
    "lint:prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,md}\"",
    "test": "dotenv -e .env.test -- jest",
    "test:watch": "yarn test --watch",
    "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    "test:debug:watch": "yarn test:debug --no-cache --watch",
    "test:ci": "yarn test --verbose --colors",
    "size-limit": "size-limit",
    "ts:validate": "yarn tsc",
    "coverage:open": "open-cli coverage/lcov-report/index.html",
    "clean": "rimraf lib",
    "build": "yarn clean && yarn build:js && yarn build:types",
    "build:js": "babel src --ignore \"**/__tests__\" --out-dir lib --extensions .ts",
    "build:types": "tsc --project tsconfig.build.json",
    "release": "release-it"
  },
  "dependencies": {
    "@oclif/command": "^1.8.0",
    "@oclif/errors": "^1.3.4",
    "axios": "^0.21.1",
    "dateformat": "^4.5.1",
    "pumpify": "^2.0.1",
    "split2": "^3.2.2",
    "splunk-events": "^1.6.1-beta",
    "through2": "^4.0.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.3",
    "@babel/core": "^7.14.3",
    "@babel/node": "^7.14.2",
    "@babel/plugin-transform-typescript": "^7.14.3",
    "@babel/preset-env": "^7.14.2",
    "@geut/chan": "^2.2.1",
    "@release-it/keep-a-changelog": "^2.2.2",
    "@size-limit/preset-small-lib": "^4.11.0",
    "@types/dateformat": "^3.0.1",
    "@types/eslint": "^7.2.10",
    "@types/jest": "^26.0.23",
    "@types/pino": "^6.3.8",
    "@types/pumpify": "^1.4.1",
    "@types/split2": "^3.2.0",
    "@types/through2": "^2.0.36",
    "@vtex/prettier-config": "^0.3.6",
    "@vtex/tsconfig": "^0.5.6",
    "babel-plugin-const-enum": "^1.0.1",
    "dotenv-cli": "^4.0.0",
    "eslint": "^7.26.0",
    "eslint-config-vtex": "^14.0.0",
    "husky": "^6.0.0",
    "jest": "^26.6.3",
    "lint-staged": "^11.0.0",
    "mockdate": "^3.0.5",
    "msw": "^0.28.2",
    "ndjson-parse": "^1.0.4",
    "nodemon": "^2.0.7",
    "pino": "^6.11.3",
    "prettier": "^2.3.0",
    "release-it": "^14.6.2",
    "releasy": "^1.12.0",
    "rimraf": "^3.0.2",
    "size-limit": "^4.11.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  },
  "size-limit": [
    {
      "path": "lib/browser/index.js",
      "limit": "4 kB"
    }
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{json,yml,md}": [
      "prettier --write"
    ]
  }
}
