UNPKG

sonda

Version:

Universal bundle analyzer and visualizer that works with most popular bundlers and frameworks.

61 lines 1.51 kB
{ "name": "sonda", "version": "0.9.0", "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": { "@ampproject/remapping": "^2.3.0", "open": "^10.1.2" } }