{
  "name": "botica-lib-node",
  "version": "0.6.0",
  "description": "Node library for botica",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
    "test": "vitest",
    "publish": "npm run build && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/isa-group/botica-lib-node.git"
  },
  "author": "Alberto Mimbrero",
  "license": "MIT",
  "dependencies": {
    "amqplib": "^0.10.4",
    "winston": "^3.13.0",
    "yaml": "^2.4.5"
  },
  "devDependencies": {
    "@types/amqplib": "^0.10.5",
    "@types/node": "^20.14.9",
    "prettier": "^3.3.2",
    "tsc-alias": "^1.8.16",
    "typescript": "^5.5.2",
    "vite": "^7.1.12",
    "vitest": "^4.0.5"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
