feat: 添加按路径导入支持及指纹工具导出

- 添加模块导出配置以支持按路径导入源码文件
- 导出指纹工具模块的全部功能。
This commit is contained in:
2026-01-23 16:17:08 +08:00
parent 3755b0f873
commit d13c3602c9
2 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
"imports": {
"#*": "./src/*"
},
"exports": {
".": "./src/index.ts",
"./*": "./src/*.ts"
},
"dependencies": {
"ohash": "catalog:",
"systeminformation": "catalog:"

View File

@@ -0,0 +1 @@
export * from './fingerprint'