-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 930 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 930 Bytes
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
{
"name": "realoptions-node-sdk",
"version": "2.0.6",
"description": "SDK for real options for both client and node",
"main": "src/index.js",
"scripts": {
"test": "jest",
"mock-api-background": "nohup prism mock https://raw.githubusercontent.com/realoptions/option_price_faas/master/docs/gcp_auth.yml &",
"mock-api": "prism mock https://raw.githubusercontent.com/realoptions/option_price_faas/master/docs/gcp_auth.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realoptions/node-sdk.git"
},
"keywords": [
"realoptions",
"sdk"
],
"author": "Daniel Stahl",
"license": "ISC",
"bugs": {
"url": "https://github.com/realoptions/node-sdk/issues"
},
"homepage": "https://github.com/realoptions/node-sdk#readme",
"dependencies": {
"node-fetch": "^2.6.6"
},
"devDependencies": {
"@stoplight/prism-cli": "^5.12.0",
"jest": "^27.4.7"
}
}