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

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

There is a newer version: 7.7.0
Show newest version
{
  "name": "{{npmName}}",
  "version": "{{npmVersion}}",
  "description": "OpenAPI client for {{npmName}}",
  "author": "OpenAPI-Generator",
  "repository": {
    "type": "git",
    "url": "https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}.git"
  },
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts" : {
    "build": "node_modules/.bin/tsc --outDir dist/",
    "prepare": "npm run build"
  },
  "dependencies": {
    "rxjs": "^7.2.0"
  },
  "devDependencies": {
    "typescript": "^4.0"
  }{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
  "publishConfig": {
    "registry": "{{npmRepository}}"
  }
{{/npmRepository}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy