-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
23 lines (23 loc) · 949 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
{
"name": "eodhistoricaldata-openapi",
"version": "0.2.0",
"description": "EOD Historical Data OpenApi generator",
"scripts": {
"generate": "npm run generate-js && npm run generate-python",
"generate-js": "openapi-generator-cli generate -g typescript-axios -i src/API.yaml -o languages/javascript/src/ && cd languages/javascript && npm i && npm run build",
"generate-python": "openapi-generator-cli generate -g python -i src/API.yaml -o languages/python/src/ && cd languages/python"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoPlan-Finance/eodhistoricaldata-openapi.git"
},
"author": "GoPlan-Finance",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/GoPlan-Finance/eodhistoricaldata-openapi/issues"
},
"homepage": "https://github.com/GoPlan-Finance/eodhistoricaldata-openapi#readme",
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.2.3"
}
}