UNPKG

@andypf/json-viewer

Version:

A javascript library to visualize json nicely

75 lines (74 loc) 1.8 kB
{ "name": "@andypf/json-viewer", "version": "2.8.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", "38KB" ], "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": 37.9, "devDependencies": { "@babel/core": "^7.29.7", "@babel/preset-env": "^7.29.7", "@eslint/js": "^9.39.4", "babel-jest": "^29.7.0", "esbuild": "^0.28.1", "eslint": "^10.5.0", "eslint-plugin-jest": "^29.15.2", "eslint-plugin-react": "^7.37.5", "globals": "^15.15.0", "jest": "^29.7.0", "jest-environment-jsdom": "^30.4.1", "postcss": "^8.5.15", "postcss-minify": "^1.2.0", "prettier": "^3.8.4", "react": "^18.3.1" }, "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" } } }