{
  "name": "ag-sockets",
  "version": "14.0.2",
  "description": "Library for communication via WebSockets",
  "main": "dist/index.js",
  "browser": "dist/browser.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Agamnentzar/ag-sockets"
  },
  "scripts": {
    "ts": "npm run clean && tsc --watch --project tsconfig.json",
    "test": "mocha --watch --timeout 10000 -R dot dist/test",
    "build": "npm run clean && tsc --project tsconfig.json",
    "clean": "node clean.js",
    "lint": "tslint -c tslint.json src/**/*.ts",
    "prepublishOnly": "npm run build"
  },
  "jspm": {
    "main": "dist/browser.js",
    "jspmNodeConversion": false,
    "dependencies": {}
  },
  "author": "Agamnentzar",
  "license": "MIT",
  "keywords": [
    "websocket"
  ],
  "peerDependencies": {
    "ws": "*"
  },
  "devDependencies": {
    "@clusterws/cws": "^3.0.0",
    "@encharm/cws": "^4.5.1",
    "@types/express": "^4.17.13",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.0.0",
    "@types/promises-a-plus": "0.0.27",
    "@types/sinon": "^9.0.11",
    "@types/ws": "^8.5.3",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "express": "^4.18.1",
    "mocha": "^6.2.0",
    "sinon": "^14.0.0",
    "source-map": "0.8.0-beta.0",
    "source-map-support": "^0.5.21",
    "tslint": "^6.1.3",
    "typescript": "^4.7.4",
    "ws": "^7.5.8"
  }
}
