{
  "name": "applicationinsights-esm",
  "version": "0.0.6",
  "description": "",
  "repository": "huang-julien/applicationinsights-esm",
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./index.d.ts",
  "files": [
    "dist",
    "index.d.ts"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint .",
    "lint:fix": "automd && eslint . --fix",
    "prepack": "pnpm build",
    "play": "jiti playground",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsc --noEmit --skipLibCheck"
  },
  "devDependencies": {
    "@types/node": "^20.12.7",
    "@vitest/coverage-v8": "^1.5.3",
    "applicationinsights": "^2.9.5",
    "automd": "^0.3.7",
    "changelogen": "^0.5.5",
    "eslint": "^9.1.1",
    "eslint-config-unjs": "^0.3.0-rc.7",
    "jiti": "^1.21.0",
    "rollup": "^4.18.0",
    "rollup-plugin-bundle-stats": "^4.13.3",
    "rollup-plugin-visualizer": "^5.12.0",
    "typescript": "^5.4.5",
    "unbuild": "3.0.0-rc.2",
    "vitest": "^1.5.3"
  },
  "packageManager": "pnpm@9.0.6"
}
