-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "@yuants/protocol",
"version": "0.27.5",
"main": "lib/index.js",
"module": "dist/index.js",
"files": [
"dist",
"lib",
"temp"
],
"scripts": {
"build": "heft test --clean && api-extractor run --local && yuan-toolkit post-build"
},
"dependencies": {
"@yuants/data-model": "workspace:*",
"@yuants/utils": "workspace:*",
"ajv": "~8.12.0",
"browser-or-node": "~2.0.0",
"isomorphic-ws": "~5.0.0",
"rxjs": "~7.5.6",
"url": "~0.11.0",
"ws": "~8.11.0",
"@yuants/prometheus-client": "workspace:*",
"simple-peer": "~9.11.1",
"@roamhq/wrtc": "~0.8.0"
},
"devDependencies": {
"@microsoft/api-extractor": "~7.30.0",
"@rushstack/heft": "~0.47.5",
"@rushstack/heft-jest-plugin": "~0.3.30",
"@rushstack/heft-node-rig": "~1.10.7",
"@types/heft-jest": "1.0.3",
"@types/json-schema": "~7.0.11",
"@types/node": "18",
"@yuants/tool-kit": "workspace:*",
"typescript": "~4.7.4",
"@types/simple-peer": "~9.11.8"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}