@integromat/proto-oauth
Version:
Integromat OAuth Proto-Classes
49 lines (48 loc) • 937 B
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.1",
"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",
"nock": "^13.3.8",
"should": "^13.2.3"
},
"overrides": {
"request": {
"form-data": "^2.5.5"
}
},
"engines": {
"node": ">=16.0"
},
"scripts": {
"test": "mocha test",
"post-merge": "npm install --no-save"
}
}