sonda
Version:
Universal bundle analyzer and visualizer that works with most popular bundlers and frameworks.
61 lines • 1.51 kB
JSON
{
"name": "sonda",
"version": "0.10.1",
"description": "Universal bundle analyzer and visualizer that 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": {
"@jridgewell/remapping": "^2.3.5",
"open": "^10.2.0"
}
}