{
  "name": "dart-decimate",
  "version": "0.0.6",
  "description": "Rust-native codebase intelligence for Dart and Flutter module graphs.",
  "license": "MIT",
  "bin": {
    "dart-decimate": "npm/bin/dart-decimate.js",
    "dart-decimate-mcp": "npm/bin/dart-decimate-mcp.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sgaabdu4/dart-decimate.git"
  },
  "bugs": {
    "url": "https://github.com/sgaabdu4/dart-decimate/issues"
  },
  "homepage": "https://github.com/sgaabdu4/dart-decimate#readme",
  "files": [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "assets",
    "LICENSE",
    "src",
    "npm",
    "!npm/bin-cache"
  ],
  "scripts": {
    "postinstall": "node npm/scripts/postinstall.js",
    "version:check": "node scripts/check-version-sync.mjs",
    "release:check": "node scripts/check-release-version.mjs",
    "migration:check": "node scripts/check-dart-decimate-migration.mjs",
    "pack:check": "npm pack --dry-run",
    "test:npm": "node npm/bin/dart-decimate.js --help",
    "test:npm:mcp": "printf '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"initialize\",\"params\":{\"protocolVersion\":\"2025-11-25\"}}\\n' | node npm/bin/dart-decimate-mcp.js",
    "test:postinstall:prebuilt": "node npm/scripts/test-postinstall-prebuilt.js",
    "test:npx:prebuilt": "node npm/scripts/test-npx-prebuilt.js",
    "test:npx:local": "node npm/scripts/test-npx-local.js",
    "test:npx:mcp:local": "node npm/scripts/test-npx-mcp-local.js"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
