{
  "name": "node-modules-inspector",
  "type": "module",
  "version": "2.7.0",
  "description": "A Node Modules Inspector",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/node-modules-inspector#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/node-modules-inspector.git"
  },
  "bugs": "https://github.com/antfu/node-modules-inspector/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs"
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "bin": {
    "node-modules-inspector": "bin.mjs"
  },
  "files": [
    "bin.mjs",
    "dist",
    "skills"
  ],
  "dependencies": {
    "@devframes/agentic": "^1.0.0",
    "@devframes/service-open": "^1.0.0",
    "ansis": "^4.4.0",
    "cac": "^7.0.0",
    "devframe": "^1.0.0",
    "fast-npm-meta": "^2.2.0",
    "h3": "^2.0.1-rc.32",
    "mlly": "^1.8.2",
    "node-modules-tools": "2.7.0",
    "p-limit": "^7.3.2",
    "pathe": "^2.0.3",
    "publint": "^0.3.24",
    "tinyglobby": "^0.2.17",
    "unconfig": "^7.5.0",
    "unstorage": "^1.17.5",
    "valibot": "^1.5.0",
    "verkit": "^0.4.0"
  },
  "devDependencies": {
    "@antfu/design": "^0.5.0",
    "@storybook/addon-docs": "^10.6.0",
    "@storybook/vue3-vite": "^10.6.0",
    "@unocss/nuxt": "^66.10.4",
    "@valibot/to-json-schema": "^1.8.0",
    "@vitejs/plugin-vue": "^6.0.9",
    "@vueuse/nuxt": "^14.4.0",
    "@webcontainer/api": "^1.6.4",
    "@xterm/addon-fit": "^0.11.0",
    "@xterm/xterm": "^6.0.0",
    "colorjs.io": "^0.7.1",
    "d3": "^7.9.0",
    "d3-hierarchy": "^3.1.2",
    "d3-shape": "^3.2.0",
    "fuse.js": "^7.5.0",
    "idb-keyval": "^6.3.0",
    "modern-screenshot": "^4.7.0",
    "nanovis": "^1.1.0",
    "reka-ui": "^2.10.4",
    "rollup": "^4.63.3",
    "storybook": "^10.6.0",
    "theme-vitesse": "^1.0.0",
    "vite-hot-client": "^2.2.0",
    "vue-afloat": "^0.1.1"
  },
  "scripts": {
    "storybook": "storybook dev -p 6006 --no-open",
    "storybook:build": "storybook build",
    "docs:overview": "node scripts/gen-overview.mjs",
    "dev": "pnpm run -r stub && (cd src && ROLLDOWN_OPTIONS_VALIDATION=loose nuxi dev)",
    "stub": "unbuild --stub",
    "build": "pnpm run wc:prepare && (cd src && ROLLDOWN_OPTIONS_VALIDATION=loose nuxi build) && unbuild",
    "build:debug": "ROLLDOWN_OPTIONS_VALIDATION=loose NUXT_DEBUG_BUILD=true pnpm run build",
    "start": "node ./bin.mjs",
    "dev:prepare": "(cd src && nuxi prepare) && pnpm wc:prepare && node scripts/copy-skills.mjs",
    "wc:prepare": "(cd src && nuxi prepare) && rollup -c",
    "web:build": "pnpm run wc:prepare && NMI_BACKEND=web ROLLDOWN_OPTIONS_VALIDATION=loose nuxi build src && unbuild",
    "web:dev": "pnpm run -r stub && pnpm run wc:prepare && (cd src && NMI_BACKEND=web ROLLDOWN_OPTIONS_VALIDATION=loose nuxi dev)"
  }
}