@omx-sdk/beacon
Version:
Bluetooth beacon management for OMX SDK
40 lines • 837 B
JSON
{
"name": "@omx-sdk/beacon",
"version": "1.0.3",
"description": "Bluetooth beacon management for OMX SDK",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"dependencies": {
"@omx-sdk/core": "1.0.3",
"@omx-sdk/shared": "1.0.3"
},
"devDependencies": {
"typescript": "^5.0.0",
"vitest": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/oxinion/omx-sdk.git",
"directory": "js/packages/beacon"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist .tsbuildinfo",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"dev": "vitest"
}
}