-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 828 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
25
26
27
28
29
30
31
32
33
34
35
{
"name": "oracle-idcs-rest-node-sdk",
"version": "0.5.0",
"description": "Oracle IDCS RESTful API Node.js SDK",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:kenspirit/oracle-idcs-rest-node-sdk.git"
},
"keywords": [
"Oracle",
"IDCS",
"Node.js",
"SDK"
],
"author": "Ken Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/kenspirit/oracle-idcs-rest-node-sdk/issues"
},
"homepage": "https://github.com/kenspirit/oracle-idcs-rest-node-sdk",
"devDependencies": {
"eslint": "^8.48.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-node": "^11.1.0"
},
"dependencies": {
"axios": "^1.6.7",
"axios-retry": "^3.9.1"
}
}