-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.26 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
{
"name": "@ovotech/genesys-web-messaging-tester-root",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"repository": "[email protected]:ovotech/genesys-web-messaging-tester.git",
"homepage": "https://github.com/ovotech/genesys-web-messaging-tester/tree/main#readme",
"author": "Lucas Woodward",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"test": "yarn workspaces foreach --verbose --exclude '@examples/*' run test",
"lint": "yarn workspaces foreach --verbose run lint",
"build": "yarn workspaces foreach --verbose run build",
"build:docs": "yarn build:readme && cp README.md packages/genesys-web-messaging-tester-cli/README.md && typedoc && yarn workspaces foreach --verbose run build:readme",
"build:readme": "yarn build-readme ./README.md https://github.com/ovotech/genesys-web-messaging-tester/tree/main",
"publish": "yarn workspaces foreach --no-private --verbose npm publish --tolerate-republish --access public"
},
"devDependencies": {
"@ikerin/build-readme": "^1.1.1",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.3",
"typescript": "^5.3.3"
},
"engines": {
"node": "~16.10.0"
},
"jest": {
"preset": "./jest.json"
},
"packageManager": "[email protected]"
}