{
  "name": "@micro-os-plus/diag-trace",
  "version": "4.2.2",
  "description": "A source code library with the µOS++ trace::printf() tracing infrastructure",
  "main": "",
  "scripts": {
    "generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --micro-os-plus",
    "npm-install": "npm install",
    "npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid",
    "npm-outdated": "npm outdated",
    "npm-pack": "npm pack",
    "npm-link": "npm link",
    "npm-version-patch": "npm version patch",
    "npm-version-minor": "npm version minor",
    "git-log": "git log --pretty='%cd * %h %s' --date=short",
    "git-pull-helper": "git -C ${HOME}/Work/micro-os-plus/build-helper-xpack.git pull",
    "deep-clean": "del-cli node_modules package-lock.json *.tgz",
    "postversion": "git push origin --all && git push origin --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/micro-os-plus/diag-trace-xpack.git"
  },
  "bugs": {
    "url": "https://github.com/micro-os-plus/diag-trace-xpack/issues"
  },
  "homepage": "https://micro-os-plus.github.io/diag-trace-xpack/",
  "author": {
    "name": "Liviu Ionescu",
    "email": "ilg@livius.net",
    "url": "https://github.com/ilg-ul"
  },
  "license": "MIT",
  "keywords": [
    "xpack",
    "c++",
    "micro-os-plus",
    "diag",
    "trace"
  ],
  "dependencies": {},
  "bundleDependencies": [],
  "$devDependenciesUrls": [
    "https://www.npmjs.com/package/del-cli",
    "https://www.npmjs.com/package/json",
    "https://www.npmjs.com/package/liquidjs"
  ],
  "devDependencies": {
    "del-cli": "^6.0.0",
    "json": "^11.0.0",
    "liquidjs": "^10.19.1"
  },
  "xpack": {
    "minimumXpmRequired": "0.20.8",
    "dependencies": {},
    "devDependencies": {},
    "properties": {},
    "buildConfigurations": {}
  },
  "topConfig": {
    "descriptiveName": "µOS++ Tracing Infrastructure",
    "permalinkName": "diag-trace",
    "useDoxygen": "true"
  },
  "engines": {
    "node": " >=18.0.0"
  }
}
