{
  "name": "jsnview",
  "version": "3.0.0",
  "description": "A lightweight, dependency-free JSON viewer that renders JSON data into a human-readable, collapsible tree. It is styled with Tailwind CSS for a modern look and feel.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.es.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/my-lib.es.js",
      "require": "./dist/my-lib.umd.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "typescript": "^5.9.2",
    "vite": "^7.1.0",
    "vite-plugin-dts": "^4.5.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/haikelfazzani/json-view"
  },
  "bugs": {
    "url": "https://github.com/haikelfazzani/json-view/issues"
  },
  "homepage": "https://github.com/haikelfazzani/json-view#readme",
  "keywords": [
    "json",
    "view",
    "json viewer",
    "format",
    "fast",
    "lightweight",
    "umd",
    "esm"
  ],
  "author": "Haikel Fazzani",
  "license": "MIT"
}
