mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-01 07:28:55 +00:00
27 lines
563 B
JSON
27 lines
563 B
JSON
{
|
|
"name": "@openapitools/zapier",
|
|
"version": "0.0.1",
|
|
"description": "OpenAPI client for @openapitools/zapier",
|
|
"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"
|
|
}
|
|
} |