-
Notifications
You must be signed in to change notification settings - Fork 208
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1010 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"description": "Laravel Echo library for beautiful Pusher and Socket.IO integration",
"homepage": "https://github.com/laravel/echo",
"repository": {
"type": "git",
"url": "https://github.com/laravel/echo"
},
"license": "MIT",
"author": {
"name": "Taylor Otwell"
},
"scripts": {
"test": "pnpm -r --if-present run test",
"build": "pnpm -r --if-present run build",
"lint": "pnpm -r --if-present run lint",
"format": "pnpm -r --if-present run format",
"compile": "pnpm -r --if-present run compile",
"declarations": "pnpm -r --if-present run declarations",
"dev": "pnpm -r --parallel --filter './packages/*' dev"
},
"pnpm": {
"overrides": {
"glob": ">=10.5.0",
"validator": ">=13.15.22",
"esbuild": ">=0.25.0",
"js-yaml": ">=4.1.1",
"brace-expansion": ">=2.0.2",
"@eslint/plugin-kit": ">=0.3.4"
}
}
}