{
  "name": "@andypf/json-viewer",
  "version": "2.4.0",
  "description": "A javascript library to visualize json nicely",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "keywords": [
    "react-json",
    "react-json-tree",
    "json-react",
    "json",
    "browser",
    "pretty",
    "react",
    "JSON",
    "viewer",
    "visualization",
    "web",
    "js",
    "javascript",
    "shadow",
    "component",
    "fast",
    "small",
    "32KB"
  ],
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production node esbuild.config.mjs",
    "start": "NODE_ENV=development node esbuild.config.mjs --watch",
    "check-format": "prettier --check {src,tests,doc}**/*.{js,json,css,md,html}",
    "format": "prettier --write {src,tests,doc}**/*.{js,json,css,md,html}",
    "lint": "eslint"
  },
  "author": "Andreas Pfau",
  "license": "MIT",
  "packedSize": 32.3,
  "devDependencies": {
    "@babel/core": "^7.23.2",
    "@babel/preset-env": "^7.23.2",
    "@eslint/js": "^9.9.1",
    "babel-jest": "^29.7.0",
    "esbuild": "^0.25.0",
    "eslint": "^10.0.3",
    "eslint-plugin-jest": "^29.15.0",
    "eslint-plugin-react": "^7.37.5",
    "globals": "^15.9.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.2.0",
    "postcss": "^8.4.31",
    "postcss-minify": "^1.1.0",
    "prettier": "^3.3.3",
    "react": "^18.2.0"
  },
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andypf/json-viewer.git"
  },
  "bugs": {
    "url": "https://github.com/andypf/json-viewer/issues"
  },
  "homepage": "https://github.com/andypf/json-viewer#readme",
  "pnpm": {
    "overrides": {
      "minimatch": "10.2.4",
      "flatted": ">=3.4.2",
      "js-yaml": ">=3.14.2"
    }
  }
}
