-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.01 KB
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
{
"name": "wdio-browserstack-service-monorepo",
"version": "0.0.0",
"private": true,
"description": "@wdio/browserstack-service — WebdriverIO service for BrowserStack (gRPC/protobuf core generated inline at build).",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=18.20.0"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build -w @wdio/browserstack-service",
"test": "npm run test -w @wdio/browserstack-service",
"lint": "eslint --ext .ts packages/browserstack-service/src packages/browserstack-service/tests",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"estree-walker": "^3.0.3",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unicorn": "^55.0.0"
},
"overrides": {
"@types/node": "^20.1.0"
}
}