-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.21 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "jsyrpc",
"version": "1.4.10",
"description": "js lib for yrpc",
"main": "dist/jsyrpc.js",
"types": "dist/jsyrpc.d.ts",
"repository": "git@github.com:yangjuncode/jsyrpc.git",
"author": "yangjun <290968698@qq.com>",
"license": "MIT",
"dependencies": {
"@protobufjs/base64": "^1.1.2",
"core-js": "^3.32.2",
"dayjs": "^1.11.9",
"pako": "^2.1.0",
"protobufjs": "^7.5.5",
"ypubsub": "^1.0.15",
"yrpcjsutil": "^1.0.0",
"yrpcmsg": "1.2.10"
},
"scripts": {
"build": "tsc ",
"lint": "eslint --fix --ext .js,.ts --ignore-path .gitignore --ignore-path .eslintignore ./sockets ./utils ./jsyrpc.ts"
},
"devDependencies": {
"@types/core-js": "^2.5.4",
"@types/pako": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"typescript": "^4.9.5"
},
"resolutions": {
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"cross-spawn": "^7.0.5",
"js-yaml": "^3.14.2",
"minimatch": "^3.1.3",
"flatted": "^3.4.2",
"picomatch": "^2.3.2",
"protobufjs": "^7.5.5"
}
}