{
  "name": "@fmvilas/gleequore",
  "version": "0.1.1",
  "description": "The Quore of Glee",
  "exports": "./dist/moduleIndex.js",
  "type": "module",
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "scripts": {
    "build": "tsc",
    "bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
    "dev": "tsc --watch",
    "get:version": "echo $npm_package_version",
    "get:name": "echo $npm_package_name",
    "lint": "eslint --max-warnings 10 --config .eslintrc .",
    "lint:fix": "eslint --max-warnings 10 --config .eslintrc . --fix",
    "prepublishOnly": "npm run build",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "test:dev": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch"
  },
  "keywords": [
    "asyncapi",
    "framework"
  ],
  "author": "Fran Mendez",
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@asyncapi/parser": "^3.1.0",
    "ajv": "^6.12.6",
    "async": "^3.2.0",
    "better-ajv-errors": "^0.7.0",
    "debug": "^4.3.1",
    "got": "^12.5.3",
    "kafkajs": "^2.2.3",
    "mqtt": "^4.3.7",
    "path-to-regexp": "^6.2.0",
    "redis": "^4.0.2",
    "socket.io": "^4.1.2",
    "typescript": "^4.5.4",
    "uri-templates": "^0.2.0",
    "uuid": "^8.3.2",
    "ws": "^7.4.6"
  },
  "devDependencies": {
    "@tsconfig/node14": "^1.0.1",
    "@types/async": "^3.2.11",
    "@types/debug": "^4.1.7",
    "@types/jest": "^29.5.11",
    "@types/socket.io": "^3.0.2",
    "@types/uri-templates": "^0.1.31",
    "@types/ws": "^8.5.3",
    "@typescript-eslint/eslint-plugin": "^5.9.0",
    "@typescript-eslint/parser": "^5.9.0",
    "eslint": "^8.6.0",
    "eslint-plugin-github": "^4.3.5",
    "eslint-plugin-jest": "^27.6.0",
    "eslint-plugin-security": "^1.4.0",
    "eslint-plugin-sonarjs": "^0.19.0",
    "jest": "^29.7.0",
    "jest-extended": "^4.0.2",
    "ts-jest": "^29.1.1"
  }
}
