{
  "name": "@opra/angular",
  "version": "1.17.5",
  "description": "Opra internationalization package",
  "author": "Panates",
  "license": "MIT",
  "scripts": {
    "compile": "tsc --noEmit",
    "prebuild": "npm run check && npm run lint && npm run clean",
    "build": "ng build",
    "postbuild": "cp ../../LICENSE ./build",
    "lint": "eslint . --max-warnings=0",
    "lint:fix": "eslint . --max-warnings=0 --fix",
    "format": "prettier . --write --log-level=warn",
    "check": "madge --circular src/**",
    "test": "mocha",
    "clean": "npm run clean:src && npm run clean:test && npm run clean:dist && npm run clean:cover",
    "clean:src": "ts-cleanup -s src --all",
    "clean:test": "ts-cleanup -s test --all",
    "clean:dist": "rimraf ./build",
    "clean:cover": "rimraf ../../coverage/angular"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "@angular/common": ">=18.0.0",
    "@angular/core": ">=18.0.0",
    "@browsery/type-is": "^1.6.18-r8",
    "@opra/client": "^1.17.5",
    "rxjs": ">=7.8.0 <8",
    "ts-gems": "^3.11.3"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "19.2.15",
    "@angular/cli": "19.2.15",
    "@angular/compiler": "19.2.14",
    "@angular/compiler-cli": "19.2.14",
    "@angular/platform-browser": "19.2.14",
    "@angular/platform-browser-dynamic": "19.2.14",
    "@opra/client": "^1.17.5",
    "core-js": "^3.43.0",
    "cross-fetch": "^4.1.0",
    "expect": "^30.0.2",
    "express": "^5.1.0",
    "ng-packagr": "19.2.2",
    "superagent": "^10.2.1",
    "supertest": "^7.1.1",
    "zone.js": "^0.15.1"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panates/opra.git",
    "directory": "packages/angular"
  },
  "engines": {
    "node": ">=16.0",
    "npm": ">=7.0.0"
  },
  "keywords": [
    "opra",
    "client",
    "angular",
    "request",
    "fetch"
  ],
  "publishConfig": {
    "access": "public"
  }
}
