-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
24 lines (24 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "saviynt-external-connector-framework-api-specification",
"version": "1.0",
"description": "This page lists the API specification for Saviynt External Connector Framework. You can use \"Try it out\" option to explore the API specification. \"Try it out\" will require you to authorize with a static token, so you should first click on Authorize button at the top and provide a value, this is a sample specification and there is no actual token validation, so you can provide any string value for e.g. MyBearerToken and click on Authorize, then Close.",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node index.js"
},
"keywords": [
"swagger"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"connect": "^3.2.0",
"fs": "^0.0.1-security",
"googleapis": "^137.1.0",
"js-yaml": "^3.3.0",
"oas3-tools": "^2.2.3",
"readline": "^1.3.0",
"winston": "^3.13.0"
}
}