-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "eodhistoricaldata-openapi",
"version": "0.2.0",
"description": "EOD Historical Data API Client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc -w"
},
"files": [
"dist/*.js",
"dist/*.d.ts",
"dist/*.map"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GoPlan-Finance/eodhistoricaldata-openapi-javascript.git"
},
"keywords": [
"eod",
"eodhistoricaldata",
"api",
"client",
"openapi"
],
"author": "GoPlan Finance Team <[email protected]> (http://goplan.finance)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GoPlan-Finance/eodhistoricaldata-openapi/issues"
},
"homepage": "https://github.com/GoPlan-Finance/eodhistoricaldata-openapi#readme",
"devDependencies": {
"openapi-typescript-codegen": "^0.9.2",
"typescript": "^4.2.3",
"webpack": "^5.28.0"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.2.3",
"axios": "^0.21.1",
"node-fetch": "^2.6.1"
}
}