@integromat/proto-oauth
Version:
Integromat OAuth Proto-Classes
65 lines (64 loc) • 1.32 kB
JSON
{
"author": {
"name": "Patrik Simek",
"url": "https://www.make.com"
},
"contributors": [
{
"name": "Petr Malimánek",
"url": "https://www.make.com"
}
],
"name": "@integromat/proto-oauth",
"description": "Integromat OAuth Proto-Classes",
"keywords": [
"integromat",
"imt"
],
"version": "2.0.2",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/integromat/imt-proto-oauth"
},
"dependencies": {
"@integromat/debug": "^1.0.4",
"oauth": "^0.10.0",
"qs": "^6.9.4",
"request": "^2.88.2"
},
"devDependencies": {
"@integromat/proto": "^2.3.0",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.1",
"nock": "^13.3.8",
"nyc": "^17.1.0",
"should": "^13.2.3"
},
"overrides": {
"request": {
"form-data": "^2.5.5"
}
},
"engines": {
"node": ">=16.0"
},
"scripts": {
"test": "nyc mocha --ci --reporter mocha-junit-reporter --reporter-options mochaFile=coverage/integration/junit.xml",
"post-merge": "npm install --no-save"
},
"nyc": {
"reporter": [
"lcov",
"text-summary",
"json-summary"
],
"report-dir": "coverage/integration",
"include": [
"lib-es6/**/*.js"
],
"exclude": [
"test/**/*.js"
]
}
}