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

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

{
  "name": "{{npmName}}",
  "version": "{{npmVersion}}",
  "description": "OpenAPI client for {{npmName}}",
  "author": "OpenAPI-Generator Contributors",
  "keywords": [
    "axios",
    "typescript",
    "openapi-client",
    "openapi-generator",
    "{{npmName}}"
  ],
  "license": "Unlicense",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts" : {
    "build": "tsc --outDir dist/",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "axios": "^0.18.0"
  },
  "peerDependencies": {    
  },
  "devDependencies": {
    "@types/node": "^8.0.9",
    "typescript": "^2.4" 
  }{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
  "publishConfig":{
    "registry":"{{npmRepository}}"
  }
{{/npmRepository}}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy