-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "hop-client-js",
"license": "MIT",
"packageManager": "[email protected]",
"description": "Root workspace for hop's client library",
"scripts": {
"build": "yarn preconstruct build",
"dev": "yarn preconstruct dev",
"lint": "yarn eslint \"./{apps,packages}/**/*.{ts,tsx}\"",
"release": "yarn build && yarn constraints --fix && yarn workspaces foreach run release"
},
"workspaces": [
"packages/*",
"apps/*"
],
"preconstruct": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@preconstruct/cli": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"alistair": "^1.4.3",
"eslint": "^8.32.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.55.1",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
},
"author": "Hop Development Team",
"homepage": "https://github.com/hopinc/hop-client-js/tree/master/.",
"keywords": [
"realtime",
"channels",
"pipe",
"client",
"react"
],
"repository": "https://github.com/hopinc/hop-client-js.git",
"version": "1.6.5"
}