{
  "name": "sonda",
  "version": "0.8.2",
  "description": "Universal visualizer and analyzer for JavaScript and CSS bundles. Works with most popular bundlers and frameworks.",
  "keywords": [
    "bundle",
    "visualizer",
    "analyzer",
    "vite",
    "rollup",
    "rolldown",
    "webpack",
    "rspack",
    "esbuild",
    "nextjs",
    "nuxt",
    "withastro",
    "sveltekit",
    "angular",
    "performance",
    "devtools"
  ],
  "engines": {
    "node": ">=20.19 || >=22.12"
  },
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filipsobol/sonda.git",
    "directory": "packages/sonda"
  },
  "homepage": "https://sonda.dev",
  "exports": {
    ".": "./dist/index.js",
    "./angular": "./dist/entrypoints/angular.js",
    "./astro": "./dist/entrypoints/astro.js",
    "./esbuild": "./dist/entrypoints/esbuild.js",
    "./next": "./dist/entrypoints/next.js",
    "./nuxt": "./dist/entrypoints/nuxt.js",
    "./rolldown": "./dist/entrypoints/rolldown.js",
    "./rollup": "./dist/entrypoints/rollup.js",
    "./rspack": "./dist/entrypoints/rspack.js",
    "./sveltekit": "./dist/entrypoints/sveltekit.js",
    "./vite": "./dist/entrypoints/vite.js",
    "./webpack": "./dist/entrypoints/webpack.js",
    "./package.json": "./package.json"
  },
  "files": [
    "bin",
    "dist",
    "CHANGELOG.md"
  ],
  "bin": {
    "sonda-angular": "./bin/sonda-angular.js"
  },
  "dependencies": {
    "@ampproject/remapping": "^2.3.0",
    "open": "^10.1.2"
  }
}