-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
39 lines (39 loc) · 1.48 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
{
"name": "build",
"version": "1.0.0",
"description": "build file for Live Share SDK",
"main": "index.js",
"workspaces": [
"packages/live-share",
"packages/live-share-acs",
"packages/live-share-canvas",
"packages/live-share-media",
"packages/live-share-turbo",
"packages/live-share-react",
"samples/javascript/*",
"samples/typescript/*"
],
"scripts": {
"build": "node workspace-cmd-util.js build packages samples/javascript samples/typescript",
"build:packages": "node workspace-cmd-util.js build packages",
"build:samples": "node workspace-cmd-util.js build samples/javascript samples/typescript",
"build:docs": "typedoc packages/live-share packages/live-share-media packages/live-share-turbo packages/live-share-canvas",
"test:packages": "node workspace-cmd-util.js test packages",
"doctor": "eslint **/src/**/*.{j,t}s{,x} --fix --no-error-on-unmatched-pattern"
},
"author": "",
"license": "Microsoft",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"sxh": "^1.0.0",
"typedoc": "^0.24.6",
"typescript": "^5.0.4"
}
}