{
  "name": "hiot-app",
  "version": "2.16.1",
  "description": "library with structure and common components for application",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@sentry/node": "^6.0.2",
    "axios": "^0.21.1",
    "debug": "^4.3.1",
    "hiot-wait-for": "^1.0.1",
    "lodash": "^4.17.20",
    "parent-module": "^2.0.0",
    "restify": "^11.1.0"
  },
  "devDependencies": {
    "@types/restify": "^8.5.4",
    "chai": "^4.2.0",
    "eslint": "^8.0.1",
    "mocha": "^8.2.1",
    "prettier": "2.4.1",
    "sinon": "^9.2.1",
    "supertest": "^6.0.1"
  },
  "scripts": {
    "test": "mocha",
    "lint": "eslint --ext \".js\" --ignore-path .gitignore .",
    "lint-fix": "npm run lint -- --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hiotlabs/hiot-app-js.git"
  },
  "keywords": [
    "structure",
    "startup",
    "init"
  ],
  "author": "Hiotlabs AB",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/hiotlabs/hiot-app-js/issues"
  },
  "homepage": "https://github.com/hiotlabs/hiot-app-js#readme"
}