UNPKG

@zenvia/sdk

Version:

This SDK for [Node.js](https://nodejs.org/) was created based on the [Zenvia](https://www.zenvia.com/) [API](https://zenvia.github.io/zenvia-openapi-spec/).

107 lines (106 loc) 2.94 kB
{ "name": "@zenvia/sdk", "version": "2.4.4", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, "publishConfig": { "access": "public" }, "author": "Wladimir Mangelardo <wladimir.mangelardo@zenvia.com> (https://github.com/wmangelardo)", "contributors": [ "Rodrigo Kamada <rodrigo.kamada@zenvia.com> (https://github.com/rodrigokamada)", "Henrique Magarotto <henrique.magarotto@zenvia.com> (https://github.com/hmagarotto)", "Rafael Souza <rafael.souza@zenvia.com> (https://github.com/rafael-org)", "Jhonnanthn Balsas <jhonnanthn.balsas@zenvia.com> (https://github.com/jhonnanthn)", "Rafael Pimenta <rafael.pimenta@zenvia.com> (https://github.com/rafaelgpimenta)", "Victor Park <victor.park@zenvia.com> (https://github.com/victorshp)", "Marcelo Vedroni <marcelo.vedroni@zenvia.com> (https://github.com/Marcelovqvd)" ], "scripts": { "test": "nyc --all mocha", "test:coveralls": "npm run test && nyc report --reporter=text-lcov | coveralls", "build": "rm -rf ./dist/ && tsc", "lint": "tslint --project tsconfig.json --exclude 'src/types/**/*' 'src/**/*.ts'", "lint:fix": "tslint --fix --project tsconfig.json --exclude 'src/types/**/*' 'src/**/*.ts'", "typedoc": "typedoc --disableOutputCheck --out docs src" }, "repository": { "type": "git", "url": "https://github.com/zenvia/zenvia-sdk-node.git" }, "bugs": { "url": "https://github.com/zenvia/zenvia-sdk-node/issues" }, "keywords": [ "API", "E-Mail", "Facebook", "Instagram", "Google Business Messages", "RCS", "SMS", "Telegram", "WhatsApp", "Zenvia" ], "dependencies": { "express": "^4.17.1", "request": "^2.88.2", "request-promise": "^4.2.6" }, "devDependencies": { "@types/chai": "^4.2.13", "@types/chai-as-promised": "^7.1.3", "@types/mocha": "^8.0.3", "@types/node": "^12.12.64", "@types/request-promise": "^4.1.46", "@types/sinon-chai": "^3.2.5", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "coveralls": "^3.1.0", "mocha": "^9.1.3", "nock": "^13.0.4", "nyc": "^15.1.0", "sinon": "^9.2.0", "sinon-chai": "^3.5.0", "source-map-support": "^0.5.19", "ts-node": "^9.0.0", "tslint": "^6.1.3", "tslint-config-airbnb": "^5.11.2", "typedoc": "^0.23.6", "typescript": "^4.0.3" }, "mocha": { "require": [ "test/ts-node-register", "source-map-support/register", "test/common.ts" ], "check-leaks": true, "recursive": true, "spec": "test/**/*.spec.ts" }, "nyc": { "cache": false, "extension": [ ".ts" ], "include": [ "src/**/*.ts" ], "exclude": [ "**/*.d.ts", "src/index.ts" ], "reporter": [ "text", "html", "lcov" ], "sourceMap": true, "instrument": true, "all": true } }