mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 19:27:44 +00:00
aa984c4909
- Update `.gitignore` to include `lab/` for backtesting and raw data. - Refactor `app.py` to improve error handling and logging. - Remove deprecated files: `core/bot_logic.py`, `core/bots/base_bot.py`, `core/bots/manager.py`, `core/db/database.py`, `core/routes/api_analysis.py`, `core/routes/api_bots_analysis.py`, `core/strategies/logic_ma.py`, `core/strategies/logic_rsi.py`. - Modify multiple files to enhance bot management, routing, and strategy handling. - Update JavaScript and HTML templates for better UI and functionality.
47 lines
712 B
JSON
47 lines
712 B
JSON
{
|
|
"name": "parent-module",
|
|
"version": "1.0.1",
|
|
"description": "Get the path of the parent module",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/parent-module",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"parent",
|
|
"module",
|
|
"package",
|
|
"pkg",
|
|
"caller",
|
|
"calling",
|
|
"module",
|
|
"path",
|
|
"callsites",
|
|
"callsite",
|
|
"stacktrace",
|
|
"stack",
|
|
"trace",
|
|
"function",
|
|
"file"
|
|
],
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"execa": "^1.0.0",
|
|
"xo": "^0.24.0"
|
|
}
|
|
}
|