{
  "name": "@robotical/appv2-analytics-gatherer",
  "version": "1.2.14",
  "description": "A tool that gathers data from the Apps and sends it to the Analytics server",
  "author": "Nikos Theodoropoulos <nikos@robotical.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/robotical/appv2-analytics-gatherer.git"
  },
  "license": "ISC",
  "keywords": [
    "Robotical",
    "analytics",
    "appv2"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "lint": "eslint 'src/**/*.ts'",
    "lint:fix": "eslint 'src/**/*.ts' --fix",
    "watch": "tsc -p tsconfig.json --watch",
    "build:prod": "GENERATE_SOURCEMAP=false tsc --project tsconfig.prod.json",
    "build:types": "rm -rf ./types-package/dist-types && tsc --project tsconfig.types.json"
  },
  "dependencies": {
    "@robotical/webapp-types": "^3.7.11",
    "bowser": "^2.11.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.5.0",
    "ts-jest": "^29.2.6",
    "typescript": "^5.7.3"
  }
}
