{
  "name": "obniz-app-sdk",
  "version": "1.7.0",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "lint": "eslint --fix .",
    "test": "mocha \"src/tests/**/*.ts\"",
    "test:single": "mocha \"src/tests/single.test.ts\"",
    "test:redis": "mocha \"src/tests/redis.test.ts\"",
    "_testrun-single": "npm run build && node ./examples/backgroundApp/Single.js",
    "_testrun-multi-master": "npm run build && node ./examples/backgroundApp/Multi-Master.js",
    "version": "npm run build",
    "precommit": "npm run build && lint-staged",
    "prepare": "husky"
  },
  "lint-staged": {
    "src/**/*.ts": [
      "eslint --fix"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/obniz/obniz-app-sdk.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/obniz/obniz-app-sdk/issues"
  },
  "homepage": "https://github.com/obniz/obniz-app-sdk#readme",
  "devDependencies": {
    "@types/chai": "^5.2.3",
    "@types/express": "^5.0.6",
    "@types/mocha": "^10.0.10",
    "@types/semver": "^7.3.9",
    "@types/sinon": "^21.0.1",
    "@types/tmp": "^0.2.3",
    "@types/tv4": "^1.2.31",
    "@types/ws": "^8.5.3",
    "@typescript-eslint/eslint-plugin": "^8.58.1",
    "@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
    "@typescript-eslint/parser": "^8.58.1",
    "chai": "^6.2.2",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "lint-staged": "^16.4.0",
    "luamin": "^1.0.4",
    "mocha": "^11.7.5",
    "obniz": "^4.0.0",
    "pm2": "^6.0.14",
    "prettier": "^3.8.2",
    "redis-memory-server": "^0.16.0",
    "sinon": "^21.1.1",
    "tsx": "^4.21.0",
    "typescript": "^6.0.2"
  },
  "dependencies": {
    "aedes": "^1.0.2",
    "express": "^5.2.1",
    "fast-equals": "^6.0.0",
    "husky": "^9.1.7",
    "ioredis": "^5.10.1",
    "limiter": "^3.0.0",
    "log4js": "^6.9.1",
    "mqtt": "^5.15.1",
    "obniz-cloud-sdk": "^2.1.2",
    "semver": "^7.3.5"
  },
  "engines": {
    "node": ">= 18.19.0"
  }
}
