{
  "name": "@husar.ai/render",
  "version": "0.5.1",
  "description": "Content renderer for husar CMS",
  "main": "dist/index.js",
  "private": false,
  "publishConfig": {
    "access": "restricted"
  },
  "author": "Aexol",
  "type": "module",
  "scripts": {
    "build": "rimraf tsconfig.tsbuildinfo dist && tspc -p tsconfig.json",
    "watch": "tspc --watch -p tsconfig.json"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "prettier": "^3.5.3"
  },
  "peerDependencies": {
    "react": ">=18.2.0 <20.0.0"
  },
  "devDependencies": {
    "react": ">=18.2.0 <20.0.0"
  }
}