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

typescript-inversify.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",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --outDir dist/",
    "postinstall": "npm run build"
  },
  "dependencies": {
    "inversify": "^4.3.0",
    "whatwg-fetch": "~2.0.1",
    "reflect-metadata": "0.1.8",
    {{^useRxJS6}}
    "rxjs": "^6.0.0"
    {{/useRxJS6}}
    {{#useRxJS6}}
    "rxjs": "^5.0.0"
    {{/useRxJS6}}
  },
  "devDependencies": {
  }{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
  "publishConfig": {
    "registry": "{{{npmRepository}}}"
  }
{{/npmRepository}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy