forked from imbytecat/fullstack-starter
- 添加 systeminformation 依赖并更新其版本至 5.30.5,同时配置其运行时环境和二进制文件路径。 - 添加 systeminformation 依赖以获取系统信息 - 添加 systeminformation 依赖项以支持系统信息获取功能。
17 lines
300 B
JSON
17 lines
300 B
JSON
{
|
|
"name": "@furtherverse/utils",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"imports": {
|
|
"#*": "./src/*"
|
|
},
|
|
"dependencies": {
|
|
"systeminformation": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@furtherverse/tsconfig": "workspace:*",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|