-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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": "financialmodelingprep-openapi",
"version": "0.0.1",
"description": "Financial Modeling Prep 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/financialmodelingprep-openapi.git"
},
"keywords": [
"fmp",
"financialmodelingprep",
"api",
"client",
"openapi"
],
"author": "Samuel Denis-D'Ortun",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GoPlan-Finance/financialmodelingprep-openapi/issues"
},
"homepage": "https://github.com/GoPlan-Finance/financialmodelingprep-openapi#readme",
"devDependencies": {
"openapi-typescript-codegen": "0.22.0",
"typescript": "4.6.3",
"webpack": "5.99.5"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.2.3",
"axios": "^0.27.0",
"node-fetch": "^3.0.0"
}
}