@kangangga/vue-laravel-echo
Version:
Vue Laravel Echo library
64 lines (63 loc) • 1.58 kB
JSON
{
"name": "@kangangga/vue-laravel-echo",
"version": "1.2.10",
"description": "Vue Laravel Echo library",
"source": "src/main.js",
"main": "dist/index.js",
"module": "dist/module.js",
"publishConfig": {
"tag": "latest",
"access": "public"
},
"files": [
"dist/"
],
"scripts": {
"dev": "parcel example/index.html",
"build": "parcel build",
"lint": "eslint",
"check": "tsc --noEmit",
"ci": "yarn build && yarn check",
"semantic-release": "semantic-release --branches main"
},
"repository": {
"type": "git",
"url": "https://github.com/kangangga/vue-laravel-echo.git"
},
"keywords": [
"vue-laravel-echo",
"laravel-echo",
"vue-echo",
"vuejs",
"echo",
"socketio",
"broadcasting",
"pusher",
"realtime",
"socket.io"
],
"author": "Angga Saputra <masangga.com@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/kangangga/vue-laravel-echo/issues"
},
"homepage": "https://github.com/kangangga/vue-laravel-echo#readme",
"devDependencies": {
"@parcel/optimizer-esbuild": "^2.4.1",
"@parcel/transformer-vue": "2.4.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"@types/node": "^17.0.23",
"parcel": "^2.4.1",
"semantic-release": "^19.0.2",
"vue": "^3.2.31"
},
"dependencies": {
"camelcase": "^6.3.0",
"laravel-echo": "^1.11.4",
"pusher-js": "^4.3.1",
"tiny-emitter": "^2.1.0"
}
}