UNPKG

@andypf/json-viewer

Version:

A javascript library to visualize json nicely

68 lines (67 loc) 1.67 kB
{ "name": "@andypf/json-viewer", "version": "2.1.10", "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": "^9.9.1", "eslint-plugin-jest": "^28.8.0", "eslint-plugin-react": "^7.35.0", "globals": "^15.9.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.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" }