-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 847 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 847 Bytes
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
{
"name": "rateapi-demos",
"version": "1.0.0",
"description": "Self-contained demos for RateAPI: mortgage rates from 4,000+ US credit unions",
"keywords": [
"mortgage-rates",
"fintech",
"api-demo",
"webhooks",
"ai-agents",
"openai",
"financial-data",
"credit-unions",
"real-time-data"
],
"homepage": "https://rateapi.dev",
"repository": {
"type": "git",
"url": "https://github.com/rate-api/demos.git"
},
"bugs": {
"url": "https://github.com/rate-api/demos/issues"
},
"author": "Hold Equity Inc. <kameronkales@gmail.com>",
"type": "module",
"scripts": {
"rate-explorer": "cd rate-explorer && node rate-explorer.js",
"rate-monitor": "cd rate-monitor && npm install && node server.js",
"rate-agent": "cd rate-agent && node rate-agent.js"
},
"license": "MIT"
}