XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore: move ncp to optional dependencies (#3970)

Since it's only needed for "npm run build" Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3970 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

698ddae1
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

2 个文件 +5 -4
Modified package-lock.json +3 -2
@@ -16,7 +16,6 @@
16 16 "mongodb-memory-server-core": "^11.0.1",
17 17 "mongoose": "^9.4.1",
18 18 "morgan": "^1.10.0",
19 "ncp": "^2.0.0",
20 19 "undici": "^7.10.0",
21 20 "warframe-public-export-plus": "^0.6.0",
22 21 "warframe-riven-info": "^0.1.2",
@@ -42,7 +41,8 @@
42 41 "@types/morgan": "^1.9.9",
43 42 "@types/websocket": "^1.0.10",
44 43 "@types/ws": "^8.18.1",
45 "@typescript/native-preview": "^7.0.0-dev.20260308.1"
44 "@typescript/native-preview": "^7.0.0-dev.20260308.1",
45 "ncp": "^2.0.0"
46 46 }
47 47 },
48 48 "node_modules/@colors/colors": {
@@ -3006,6 +3006,7 @@
3006 3006 "resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
3007 3007 "integrity": "sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==",
3008 3008 "license": "MIT",
3009 "optional": true,
3009 3010 "bin": {
3010 3011 "ncp": "bin/ncp"
3011 3012 }
Modified package.json +2 -2
@@ -33,7 +33,6 @@
33 33 "mongodb-memory-server-core": "^11.0.1",
34 34 "mongoose": "^9.4.1",
35 35 "morgan": "^1.10.0",
36 "ncp": "^2.0.0",
37 36 "undici": "^7.10.0",
38 37 "warframe-public-export-plus": "^0.6.0",
39 38 "warframe-riven-info": "^0.1.2",
@@ -47,7 +46,8 @@
47 46 "@types/morgan": "^1.9.9",
48 47 "@types/websocket": "^1.0.10",
49 48 "@types/ws": "^8.18.1",
50 "@typescript/native-preview": "^7.0.0-dev.20260308.1"
49 "@typescript/native-preview": "^7.0.0-dev.20260308.1",
50 "ncp": "^2.0.0"
51 51 },
52 52 "devDependencies": {
53 53 "@typescript-eslint/eslint-plugin": "^8.28.0",