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.
37 lines
783 B
JSON
37 lines
783 B
JSON
{
|
|
"name": "@eslint/js",
|
|
"version": "9.32.0",
|
|
"description": "ESLint JavaScript language implementation",
|
|
"funding": "https://eslint.org/donate",
|
|
"main": "./src/index.js",
|
|
"types": "./types/index.d.ts",
|
|
"scripts": {
|
|
"test:types": "tsc -p tests/types/tsconfig.json"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"src",
|
|
"types"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/eslint/eslint.git",
|
|
"directory": "packages/js"
|
|
},
|
|
"homepage": "https://eslint.org",
|
|
"bugs": "https://github.com/eslint/eslint/issues/",
|
|
"keywords": [
|
|
"javascript",
|
|
"eslint-plugin",
|
|
"eslint"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
}
|
|
}
|