forked from imbytecat/fullstack-starter
- 添加 ohash 依赖并更新其版本至 ^2.0.11 - 添加 ohash 依赖以支持哈希功能 - 添加 ohask 和 systeminformation 依赖项并指定其来源为 catalog。 - 引入 ohash 和 systeminformation 库以支持指纹生成和系统信息获取。
18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"name": "@furtherverse/utils",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"imports": {
|
|
"#*": "./src/*"
|
|
},
|
|
"dependencies": {
|
|
"ohash": "catalog:",
|
|
"systeminformation": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@furtherverse/tsconfig": "workspace:*",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|