{
  "name": "@atton16/ngx-socket-io",
  "version": "3.2.1",
  "description": "Socket.IO module for Angular",
  "main": "index.ts",
  "scripts": {
    "build": "ng-packagr"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/atton16/ngx-socket-io.git"
  },
  "keywords": [
    "Angular",
    "Socket-io",
    "TypeScript"
  ],
  "author": "rodgc",
  "contributors": [
    "Attawit Kittikrairit <atton16@gmail.com> (https://attawit.me)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/atton16/ngx-socket-io/issues"
  },
  "homepage": "https://github.com/atton16/ngx-socket-io#readme",
  "dependencies": {
    "core-js": "^3.0.0",
    "reflect-metadata": "^0.1.10",
    "socket.io": "^2.2.0",
    "socket.io-client": "^2.2.0",
    "zone.js": "^0.10.1"
  },
  "peerDependencies": {
    "@angular/common": "^11.0.0",
    "@angular/core": "^11.0.0",
    "rxjs": "^6.1.0"
  },
  "devDependencies": {
    "@angular/compiler": "^11.0.0",
    "@angular/compiler-cli": "^11.0.0",
    "@angular/core": "^11.0.0",
    "@types/node": "^12.7.1",
    "@types/socket.io": "^2.1.2",
    "@types/socket.io-client": "^1.4.32",
    "ng-packagr": "^11.0.0",
    "rxjs": "^6.1.0",
    "server-destroy": "^1.0.1",
    "tslint": "^5.18.0",
    "typescript": "4.0.5"
  }
}
