{
  "name": "@ovh-ux/ng-ovh-otrs",
  "version": "9.6.6",
  "description": "Manage OTRS tickets",
  "keywords": [
    "angularjs",
    "otrs",
    "ovh",
    "tickets"
  ],
  "homepage": "https://github.com/ovh/manager/tree/master/packages/components/ng-ovh-otrs#readme",
  "bugs": {
    "url": "https://github.com/ovh/manager/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ovh/manager.git",
    "directory": "packages/components/ng-ovh-otrs"
  },
  "license": "BSD-3-Clause",
  "author": "OVH SAS",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "browser": "./dist/umd/ng-ovh-otrs.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"
  },
  "dependencies": {
    "draggable": "^4.2.0",
    "lodash": "^4.17.11"
  },
  "devDependencies": {
    "@ovh-ux/component-rollup-config": "^13.2.0",
    "@ovh-ux/manager-static-analysis-legacy-kit": "^0.1.0",
    "bootstrap": "^3.3.6"
  },
  "peerDependencies": {
    "angular": "^1.7.5",
    "angular-translate": "^2.18.1",
    "bootstrap": "^3.3.6",
    "font-awesome": "^4.7.0",
    "jquery": "^2.1.3",
    "ovh-api-services": "^14.0.6"
  }
}
