{
  "name": "wingman-monitor",
  "version": "1.1.0",
  "description": "Runtime error monitoring package with React provider that automatically reports errors to webhook endpoints",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "wingman": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublish": "npm run build",
    "test": "jest",
    "test:wingman": "node test-wingman.js",
    "test:webhook": "node test-webhook-server.js",
    "test:setup": "node setup-test.js",
    "lint": "eslint src/**/*.ts",
    "start": "node dist/cli.js"
  },
  "keywords": [
    "error-monitoring",
    "runtime-errors",
    "webhook",
    "monitoring",
    "error-tracking",
    "react",
    "react-provider",
    "nextjs",
    "error-boundary",
    "typescript"
  ],
  "author": "Manas Nair",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "fs-extra": "^11.1.0"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0",
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.0",
    "@types/node": "^20.0.0",
    "@types/react": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "react": "^18.3.1",
    "typescript": "^5.0.0"
  },
  "files": [
    "dist/",
    "README.md",
    "UPDATED_USAGE.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Manas-Nair1/wingman-monitor.git"
  },
  "bugs": {
    "url": "https://github.com/Manas-Nair1/wingman-monitor/issues"
  },
  "homepage": "https://github.com/Manas-Nair1/wingman-monitor#readme"
}
