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

zapier.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",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive -t 10000"
  },
  "engines": {
    "node": ">=v16",
    "npm": ">=5.6.0"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "zapier-platform-core": "15.5.1",
    "form-data": "^4.0.0"
  },
  "devDependencies": {
    "mocha": "^10.2.0",
    "should": "^13.2.0"
  },
  "private": true,
  "zapier": {
    "convertedByCLIVersion": "15.5.1"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy