{
  "name": "@simple-reporting/base",
  "version": "1.0.48",
  "description": "Manage srl templates, build and publish",
  "repository": {
    "url": "https://github.com/mmssolutionsio/simple-reporting-library"
  },
  "bin": {
    "srl": "cli.js"
  },
  "engines": {
    "node": ">=22.12.0",
    "npm": ">=10.9.0"
  },
  "type": "module",
  "scripts": {
    "lint": "prettier --check .",
    "lint:fix": "prettier --write .",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
  },
  "main": "cli.js",
  "dependencies": {
    "@kne/color-palette": "^0.1.0",
    "@vicons/ionicons5": "^0.13.0",
    "archiver": "^7.0.1",
    "chalk": "^5.6.2",
    "colors": "^1.4.0",
    "commander": "^11.1.0",
    "dotenv": "^17.2.3",
    "enquirer": "^2.4.1",
    "fs": "^0.0.1-security",
    "fs-extra": "^11.3.2",
    "glob": "^10.4.5",
    "native-ui": "^0.0.1",
    "write-json": "^3.0.1"
  },
  "peerDependencies": {
    "modern-css-reset": "^1.4.0",
    "naive-ui": "^2.43.2",
    "node-html-parser": "^7.0.1",
    "vite": "^6.3.6"
  },
  "keywords": [
    "scss",
    "grid",
    "fonts",
    "typography",
    "colors"
  ],
  "author": "Michael Dörer",
  "license": "ISC",
  "devDependencies": {
    "jest": "^30.1.3",
    "prettier": "^3.6.2",
    "typescript": "^5.9.2"
  }
}