{
  "name": "fyipe-log-js-staging",
  "version": "3.0.6939",
  "description": "A fyipe JS package that send logs from your applications to your fyipe dashboard.",
  "main": "dist/logger.js",
  "scripts": {
    "build-dev": "npm run build && npm link",
    "test": "mocha --require @babel/polyfill --require @babel/register",
    "build": "webpack --mode production",
    "audit": "npm-audit-ci-wrapper --threshold=high",
    "dep-check": "depcheck ./ --skip-missing=true --ignores='axios,webpack-cli'"
  },
  "keywords": [
    "fyipe",
    "logger",
    "activities",
    "logs"
  ],
  "author": "HackerBay, Inc.",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/plugin-proposal-class-properties": "^7.10.1",
    "@babel/plugin-proposal-private-methods": "^7.10.1",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/preset-env": "^7.10.2",
    "@babel/register": "^7.10.1",
    "babel-loader": "^8.1.0",
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "depcheck": "^0.9.2",
    "mocha": "^7.2.0",
    "npm-audit-ci-wrapper": "^2.6.6",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "dependencies": {
    "@babel/polyfill": "^7.10.1",
    "axios": "^0.19.2",
    "uuid": "^8.3.1"
  },
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Fyipe/log-js"
  }
}
