{ "name": "@assistant-ui/react-syntax-highlighter", "version": "0.14.2", "description": "Syntax highlighting for assistant-ui", "keywords": [ "syntax-highlighter", "code", "highlighting", "assistant-ui", "react", "ai", "chat" ], "author": "AgentbaseAI Inc.", "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./full": { "types": "./dist/full.d.ts", "default": "./dist/full.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src", "full", "README.md" ], "sideEffects": false, "scripts": { "build": "aui-build" }, "peerDependencies": { "@assistant-ui/react": "^0.14.14", "@assistant-ui/react-markdown": "^0.14.1", "@types/react": "*", "@types/react-syntax-highlighter": "*", "react": "^18 || ^19", "react-syntax-highlighter": "^16.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "@types/react-syntax-highlighter": { "optional": true } }, "devDependencies": { "@assistant-ui/react": "workspace:*", "@assistant-ui/react-markdown": "workspace:*", "@assistant-ui/x-buildutils": "workspace:*", "@types/react": "^19.2.17", "@types/react-syntax-highlighter": "^15.5.13", "react": "^19.2.7", "react-syntax-highlighter": "^16.1.1" }, "publishConfig": { "access": "public", "provenance": true }, "homepage": "https://www.assistant-ui.com/", "repository": { "type": "git", "url": "git+https://github.com/assistant-ui/assistant-ui.git", "directory": "packages/react-syntax-highlighter" }, "bugs": { "url": "https://github.com/assistant-ui/assistant-ui/issues" } }