-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (53 loc) · 1.82 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "mediabros_apis",
"version": "1.0.0",
"description": "Mediabros APIs for currency and crypto exchange, OpenAI API, and Telegram messaging for APIs error reporting.",
"main": "chalicelib/index.py",
"scripts": {
"aws:test": "sh run_aws.sh test",
"aws:run": "sh run_aws.sh",
"aws:deploy": "sh run_aws.sh deploy",
"aws:deploy_prod": "sh run_aws.sh deploy_prod",
"aws:pipfile": "sh run_aws.sh pipfile",
"aws:clean": "sh run_aws.sh clean",
"aws:create_stack": "sh run_aws.sh create_stack",
"aws:delete_stack": "sh run_aws.sh delete_stack",
"vercel:test": "sh run_vercel.sh test",
"vercel:run": "sh run_vercel.sh",
"vercel:run:cli": "sh run_vercel.sh run_module",
"vercel:run:ngrok": "sh run_vercel.sh run_ngrok",
"vercel:deploy": "sh run_vercel.sh deploy_prod",
"vercel:rename_staging": "sh run_vercel.sh rename_staging",
"vercel:deactivate": "sh run_vercel.sh deactivate",
"vercel:pipfile": "sh run_vercel.sh pipfile",
"vercel:clean": "sh run_vercel.sh clean",
"flyio:create_app": "sh run_fly_io.sh create_app",
"flyio:set_vars": "sh run_fly_io.sh set_vars",
"flyio:restart": "sh run_fly_io.sh restart",
"flyio:test": "sh run_fly_io.sh test",
"flyio:run": "sh run_fly_io.sh",
"flyio:run_docker": "sh run_fly_io.sh run_docker",
"flyio:deploy": "sh run_fly_io.sh deploy_prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomkat-cr/mediabros_apis.git"
},
"keywords": [
"python",
"api",
"python3",
"openai",
"telegramapi",
"fastapi"
],
"author": "Carlos J. Ramirez",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomkat-cr/mediabros_apis/issues"
},
"homepage": "https://github.com/tomkat-cr/mediabros_apis#readme",
"devDependencies": {
"ngrok": "^4.3.3"
}
}