{
  "name": "@ovh-ux/ng-log-live-tail",
  "version": "2.7.3",
  "description": "Poll a log API for displaying messages",
  "keywords": [
    "angularjs",
    "api",
    "log",
    "ovh",
    "ovhcloud",
    "poll"
  ],
  "homepage": "https://github.com/ovh/manager/tree/master/packages/components/ng-log-live-tail#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ovh/manager.git",
    "directory": "packages/components/ng-log-live-tail"
  },
  "license": "BSD-3-Clause",
  "author": "OVH SAS",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "browser": "./dist/umd/ng-log-live-tail.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c --environment BUILD:production",
    "dev": "rollup -c --environment BUILD:development",
    "dev:watch": "rollup -c --environment BUILD:development --watch",
    "lint": "manager-legacy-lint --kinds tsx,js,css,html,md --continue",
    "lint:fix": "manager-legacy-lint --kinds tsx,js,css,html,md --fix --continue",
    "prepare": "rollup -c --environment BUILD:production"
  },
  "resolutions": {
    "set-value": "^2.0.1"
  },
  "dependencies": {
    "@ovhcloud/ods-theme-blue-jeans": "17.2.2",
    "date-fns": "^3.6.0",
    "lodash": "~4.17.15"
  },
  "devDependencies": {
    "@ovh-ux/component-rollup-config": "^13.2.0",
    "@ovh-ux/manager-static-analysis-legacy-kit": "^0.1.0"
  },
  "peerDependencies": {
    "angular": "^1.7.0",
    "angularjs-scroll-glue": "^2.2.0"
  }
}
