hfs-bluetooth-adapter
Version:
海富思科技对外提供的蓝牙设备LLSyncSDK
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "hfs-bluetooth-adapter",
"version": "1.9.4",
"description": "海富思科技对外提供的蓝牙设备LLSyncSDK",
"type": "module",
"scripts": {
"build": "vite build"
},
"files": [
"dist"
],
"main": "dist/hfs-bluetooth-adapter.cjs.js",
"module": "dist/hfs-bluetooth-adapter.es.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/hfs-bluetooth-adapter.es.js",
"require": "./dist/hfs-bluetooth-adapter.cjs.js"
}
},
"keywords": [
"微信小程序",
"bluetooth",
"LLSync"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/blueimp-md5": "^2.18.2",
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.0.14",
"@types/wechat-miniprogram": "^3.4.8",
"terser": "^5.43.1",
"typescript": "^5.8.3",
"vite": "^7.0.4",
"vite-plugin-dts": "^4.5.4"
},
"dependencies": {
"blueimp-md5": "^2.19.0",
"crypto-js": "^4.2.0"
}
}