{
  "name": "sdk-event-log",
  "version": "0.1.0",
  "description": "Register application logs and events",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "preversion": "npm run build",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "build:esm": "tsc --target es2018 --outDir dist/esm",
    "build": "npm run build:esm && npm run build:cjs",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yuno-payments/sdk-event-log.git"
  },
  "author": "Camilo Segura",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/yuno-payments/sdk-event-log/issues"
  },
  "homepage": "https://github.com/yuno-payments/sdk-event-log#readme",
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "@typescript-eslint/eslint-plugin": "^6.5.0",
    "@typescript-eslint/parser": "^6.5.0",
    "eslint": "^8.48.0",
    "eslint-config-standard-with-typescript": "^39.0.0",
    "eslint-plugin-filenames": "^1.3.2",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-n": "^16.0.2",
    "eslint-plugin-promise": "^6.1.1",
    "install": "^0.13.0",
    "jest": "^29.6.4",
    "jest-environment-jsdom": "^29.6.4",
    "nock": "^13.3.3",
    "npm": "^10.0.0",
    "rimraf": "^5.0.1",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "axios": "^1.5.0"
  }
}
