-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1.15 KB
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
{
"name": "realoptions-node-sdk",
"version": "2.1.0",
"description": "SDK for real options for both client and node",
"main": "src/index.js",
"scripts": {
"test": "jest",
"get_spec": "curl -o references.yml https://raw.githubusercontent.com/realoptions/option_price_faas/master/docs/references.yml && curl -o spec.yml https://raw.githubusercontent.com/realoptions/option_price_faas/master/docs/spec.yml && curl -o gcp_auth.yml https://raw.githubusercontent.com/realoptions/option_price_faas/master/docs/gcp_auth.yml",
"mock-api-background": "npm run get_spec && (nohup npx --yes --package=@stoplight/prism-cli prism mock gcp_auth.yml > prism.log 2>&1 &)",
"mock-api": "npm run get_spec && npx --yes --package=@stoplight/prism-cli prism mock 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",
"devDependencies": {
"jest": "^30.5.1"
}
}