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: 3.0.0-rc1
Show newest version
{
  "name": "{{{npmName}}}",
  "version": "{{{npmVersion}}}",
  "description": "swagger client for {{{npmName}}}",
  "author": "Swagger Codegen Contributors",
  "keywords": [
    "swagger-client"
  ],
  "license": "Unlicense",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --outDir dist/",
    "postinstall": "npm run build"
  },
  "peerDependencies": {
    "@angular/core": "^{{ngVersion}}",
    "@angular/http": "^{{ngVersion}}",
    "@angular/common": "^{{ngVersion}}",
    "@angular/compiler": "^{{ngVersion}}",
    "core-js": "^2.4.0",
    "reflect-metadata": "^0.1.3",
    "rxjs": "^5.4.0",
    "zone.js": "^0.7.6"
  },
  "devDependencies": {
    "@angular/core": "^{{ngVersion}}",
    "@angular/http": "^{{ngVersion}}",
    "@angular/common": "^{{ngVersion}}",
    "@angular/compiler": "^{{ngVersion}}",
    "@angular/platform-browser": "^{{ngVersion}}",
    "reflect-metadata": "^0.1.3",
    "rxjs": "^5.4.0",
    "zone.js": "^0.7.6",
    "typescript": "^2.1.5"
  }{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
  "publishConfig": {
    "registry": "{{{npmRepository}}}"
  }
{{/npmRepository}}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy