{
    "name": "graceful-ws",
    "version": "1.3.4",
    "description": "Graceful WebSocket wrapper with connection re-establishment capabilities.",
    "main": "./lib/graceful-ws.min.js",
    "module": "./lib/graceful-ws.min.mjs",
    "author": "Simon Reinisch <trash@reinisch.io>",
    "license": "MIT",
    "types": "./lib/graceful-ws.min.d.ts",
    "keywords": [
        "websocket",
        "sockets"
    ],
    "homepage": "https://github.com/Simonwep/graceful-ws#readme",
    "repository": {
        "type": "git",
        "url": "https://github.com/Simonwep/graceful-ws.git"
    },
    "bugs": {
        "url": "https://github.com/Simonwep/graceful-ws/issues"
    },
    "scripts": {
        "build": "rollup -c rollup.config.js",
        "pretest": "npm run build",
        "test": "jest --runInBand --testTimeout=20000",
        "lint": "eslint ./src/**/*.ts ./test/**/*.ts",
        "lint:fix": "eslint ./src/**/*.ts ./test/**/*.ts --fix",
        "test:watch": "jest --runInBand --watchAll --testTimeout=20000",
        "ci:dryrun": "npm run lint:fix && npm run build && npm run test"
    },
    "files": [
        "src",
        "lib"
    ],
    "devDependencies": {
        "@rollup/plugin-replace": "^2.3.4",
        "@types/jest": "^26.0.20",
        "@types/puppeteer": "^5.4.3",
        "@types/ws": "^7.4.0",
        "@typescript-eslint/eslint-plugin": "^4.15.0",
        "@typescript-eslint/parser": "^4.15.0",
        "@wessberg/rollup-plugin-ts": "^1.3.8",
        "eslint": "^7.19.0",
        "eslint-config-simon": "^2.1.0",
        "jest": "^26.6.3",
        "puppeteer": "^7.0.4",
        "rollup": "^2.38.5",
        "rollup-plugin-terser": "^7.0.2",
        "ts-jest": "^26.5.1",
        "typescript": "^4.1.5",
        "ws": "^7.4.3"
    }
}
