@soketi/soketi-js
Version:
Laravel Echo extension that works with Soketi, a Laravel-ready WebSockets service.
56 lines (55 loc) • 1.69 kB
JSON
{
"name": "@soketi/soketi-js",
"version": "1.4.3",
"description": "Laravel Echo extension that works with Soketi, a Laravel-ready WebSockets service.",
"keywords": [
"node",
"package"
],
"repository": {
"type": "git",
"url": "https://github.com/soketi/soketi-js.git"
},
"author": "Alex Renoki",
"license": "Apache-2.0",
"homepage": "https://github.com/soketi/soketi-js.git",
"main": "dist/src/index.js",
"module": "dist/src/index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "./node_modules/.bin/tsc",
"lint": "eslint --ext .js,.ts ./src ./tests",
"prepublish": "npm run build",
"release": "npm run test && standard-version && git push --follow-tags && npm publish",
"test": "jest",
"test:watch": "npm test -- --watch"
},
"dependencies": {
"@stablelib/base64": "^1.0.1",
"@stablelib/utf8": "^1.0.1",
"socket.io-client": "^4.0.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.19",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.5.0",
"jest": "^26.6.3",
"standard-version": "^9.1.0",
"ts-jest": "^26.4.4",
"tslib": "^2.0.3",
"typescript": "^4.1.3"
},
"bin": {}
}