{
  "name": "@gov-cy/govcy-frontend-renderer",
  "version": "1.26.10",
  "description": "Render html for design elements of the Unified design system using njk or json template.",
  "author": "DMRID - DSF Team",
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "exports": {
    "require": "./dist/index.cjs",
    "import": "./dist/index.mjs"
  },
  "files": [
    "dist",
    "src/njk"
  ],
  "keywords": [
    "govcy",
    "cyprus",
    "unified design system",
    "uds",
    "dsf",
    "digital service framework",
    "template",
    "renderer",
    "frontend",
    "builder"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gov-cy/govcy-frontend-renderer.git"
  },
  "homepage": "https://github.com/gov-cy/govcy-frontend-renderer",
  "dependencies": {
    "markdown-it": "^14.1.0",
    "markdown-it-attrs": "^4.3.0",
    "nunjucks": "^3.2.4"
  },
  "scripts": {
    "test": "mocha --timeout 60000 ./test/**/*.test.mjs",
    "build": "rollup -c&&node precompile.browser.js",
    "start": "nodemon app.mjs"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "chai": "^5.1.0",
    "express": "^4.22.1",
    "mocha": "^10.4.0",
    "nodemon": "^3.1.4",
    "puppeteer": "^24.37.5",
    "rollup": "^4.59.0"
  },
  "overrides": {
    "tar-fs": "^3.1.1",
    "minimatch": "^10.2.1",
    "serialize-javascript": "^7.0.3",
    "yauzl": "^3.2.1"
  }
}
