All Downloads are FREE. Search and download functionalities are using the official Maven repository.

typescript-angular.package.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{
  "name": "{{{npmName}}}",
  "version": "{{{npmVersion}}}",
  "description": "OpenAPI client for {{{npmName}}}",
  "author": "OpenAPI-Generator Contributors",
  "repository": {
    "type": "git",
    "url": "https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}.git"
  },
  "keywords": [
    "openapi-client",
    "openapi-generator"
  ],
  "license": "Unlicense",
  "scripts": {
    "build": "ng-packagr -p ng-package.json"
  },
  "peerDependencies": {
    "@angular/core": "^{{ngVersion}}",
    "rxjs": "^{{rxjsVersion}}"
  },
  "devDependencies": {
    "@angular/common": "^{{ngVersion}}",
    "@angular/compiler": "^{{ngVersion}}",
    "@angular/compiler-cli": "^{{ngVersion}}",
    "@angular/core": "^{{ngVersion}}",
    "@angular/platform-browser": "^{{ngVersion}}",
    "ng-packagr": "^{{ngPackagrVersion}}",
    "reflect-metadata": "^0.1.3",
    "rxjs": "^{{rxjsVersion}}",{{#tsickleVersion}}
    "tsickle": "^{{tsickleVersion}}",{{/tsickleVersion}}
    "typescript": "{{{tsVersion}}}",
    "zone.js": "^{{zonejsVersion}}"
  }{{#npmRepository}},
  "publishConfig": {
    "registry": "{{{npmRepository}}}"
  }
{{/npmRepository}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy