-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "synctest",
"version": "2.0.0",
"description": "servermock同步测试插件",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:tsc": "tsc",
"build:webpack": "webpack",
"build": "npm run build:tsc && npm run build:webpack",
"dev": "tsc -w"
},
"devDependencies": {
"@types/node": "^20.0.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"terser-webpack-plugin": "^5.3.9"
},
"servermock": {
"type": "content",
"websocket": {
"open": true,
"maxsize": 102400,
"encoding": "utf8",
"originReg": "",
"sameOrigin": true,
"broadcast": true,
"mTm": false
}
},
"keywords": [
"sync",
"mobile",
"device",
"operation"
],
"author": "shalles",
"license": "ISC"
}