{
  "name": "florafi",
  "version": "1.0.0",
  "description": "Flora-Fi JavaScript Client",
  "main": "lib/index.js",
  "types": "lib/index.d.js",
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc",
    "dev": "tsc -w",
    "test": "jest",
    "devapp": "tsc-watch -p dev/ --onSuccess 'node dev/app.js'",
    "lint": "eslint src/ --ext .ts"
  },
  "bin": {
    "florafi-log": "lib/bin/log.js"
  },
  "author": "Carlos Fernando Avila Gratz",
  "license": "ISC",
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "testRegex": "^.+\\.test\\.ts$"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "command-line-args": "^5.1.1",
    "command-line-usage": "^6.1.1",
    "events": "^3.2.0",
    "lodash": "^4.17.21",
    "mqtt": "^4.2.1",
    "ts-command-line-args": "^1.8.1"
  },
  "devDependencies": {
    "@types/command-line-args": "^5.0.0",
    "@types/command-line-usage": "^5.0.1",
    "@types/config": "0.0.36",
    "@types/events": "^3.0.0",
    "@types/jest": "^26.0.13",
    "@types/node": "^14.10.1",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "@typescript-eslint/parser": "^4.1.1",
    "eslint": "^7.9.0",
    "jest": "^26.4.2",
    "ts-jest": "^26.3.0",
    "tsc-watch": "^4.2.9",
    "typescript": "^4.0.2"
  }
}
