{
  "name": "react-jason",
  "version": "1.1.2",
  "description": "Render syntax-highlighted JSON data using React. Lightweight.",
  "main": "dist/index.js",
  "source": "src/index.tsx",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "themes",
    "themes.js"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "prebuild": "rimraf dist themes",
    "build": "microbundle --jsx=React.createElement && tsc -d --outDir themes src/themes/index.ts",
    "test": "tsdx test",
    "lint": "eslint .",
    "prepare": "npm run build",
    "prepublishOnly": "npm test"
  },
  "dependencies": {},
  "devDependencies": {
    "@rooks/use-input": "^3.6.0",
    "@types/react": "^16.9.49",
    "@types/react-dom": "^16.9.8",
    "@types/react-test-renderer": "^16.9.3",
    "@typescript-eslint/eslint-plugin": "^4.1.0",
    "@typescript-eslint/parser": "^4.1.0",
    "eslint": "^7.9.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-config-sanity": "^1.150.8-review-changes.644",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-react": "^7.20.6",
    "install": "^0.13.0",
    "microbundle": "^0.12.3",
    "npm": "^6.14.8",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-test-renderer": "^16.13.1",
    "rimraf": "^3.0.2",
    "tsdx": "^0.13.3",
    "tslib": "^2.0.1",
    "typescript": "^4.0.3"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rexxars/react-jason.git"
  },
  "keywords": [
    "json",
    "react",
    "jason",
    "data",
    "inspect"
  ],
  "author": "Espen Hovlandsdal",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rexxars/react-jason/issues"
  },
  "homepage": "https://github.com/rexxars/react-jason#readme",
  "prettier": {
    "printWidth": 100,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "all",
    "bracketSpacing": false
  }
}
