{
  "name": "@bit-ui-libs/eiot",
  "version": "1.0.8",
  "description": "Various eiot services which are shared across all the BIT kiosk applications.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsup",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Black-Ink-Technologies/bit-chainit-ui-apps.git"
  },
  "keywords": [
    "eiot",
    "libs"
  ],
  "author": "Ravi Ray",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Black-Ink-Technologies/bit-chainit-ui-apps/issues"
  },
  "homepage": "https://github.com/Black-Ink-Technologies/bit-chainit-ui-apps#readme",
  "devDependencies": {
    "tsup": "^7.2.0",
    "@types/signalr-no-jquery": "^0.1.6",
    "typescript": "5.1.6"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "qs": "^6.11.2",
    "signalr-no-jquery": "0.2.0",
    "@bit-ui-libs/common": "^1.0.28"
  }
}