-
-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.27 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
{
"creator": {
"version": "3.8.6"
},
"scripts": {
"eslint 全局修复": "npx eslint --fix ./assets/**/*.ts",
"prettier 全局格式化": "npx prettier --write ./assets/**/*.ts",
"查找循环依赖": "npx madge --circular --extensions ts ./assets/",
"构建框架 d.ts": "npx ts-node ./extensions/MKFramework/source/CMD.ts build-dts",
"剔除或恢复框架模块": "npx ts-node ./extensions/MKFramework/source/CMD.ts tree-shaking",
"开启测试服务器": "cd ./tool/test/websocket-server && npm install && npx ts-node ./index.ts",
"更新远程分支": "git fetch --prune & git remote prune origin"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"madge": "^5.0.2",
"prettier": "^2.7.1",
"protobufjs-cli": "^1.1.3",
"ts-node": "^10.9.1",
"type-fest": "^4.20.1",
"typescript": "^4.7.4"
},
"name": "mk-framework",
"type": "module",
"uuid": "0db88ab0-0e0d-4a27-98dc-7d2c966dad01",
"version": "3.8.0",
"dependencies": {
"protobufjs": "^7.4.0"
},
"MKFramework": {
"version": "开发版"
}
}