-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@qumundo/value-ratios",
"version": "2.1.9",
"description": "Value-based enterprise performance determination of listed and unlisted companies based on an input-based API calculation engine.",
"homepage": "https://www.qumundo.com/api/value-ratios-api",
"author": {
"name": "Qumundo e.K.",
"email": "dev@qumundo.com",
"url": "https://www.qumundo.com"
},
"license": "COPYRIGHT © 2025, Qumundo e.K.. All rights reserved.",
"licenses": [
{
"type": "Copyright © 2025, Qumundo e.K.. All rights reserved.",
"url": "https://github.com/qumundo/value-ratios/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/qumundo/value-ratios.git"
},
"bugs": {
"url": "https://github.com/qumundo/value-ratios/issues"
},
"main": "lib/index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"value",
"ratios",
"value ratios",
"value added",
"wacc",
"weighted average cost of capital",
"valuation",
"capital markets",
"performance",
"legal entities",
"companies",
"calculator",
"API",
"data",
"data service"
]
}