{
    "name": "turingtrader.js",
    "version": "0.0.20",
    "description": "A backtesting engine for Node.js",
    "main": "dist/index.js",
    "scripts": {
        "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
        "prebuild": "rimraf dist",
        "build": "npx babel src --out-dir dist",
        "deploy": "npm publish",
        "start": "npx babel src --watch --out-dir dist",
        "test": "jest",
        "test-single": "jest --testPathPattern=test-0600-",
        "profile": "node --prof ./dist/profiling"
    },
    "jest": {
        "collectCoverage": false
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/fbertram/TuringTrader.js"
    },
    "keywords": [
        "finance",
        "trading",
        "trading-bot",
        "quant",
        "trading-platform",
        "portfolio-optimization",
        "trading-strategies",
        "trading-algorithms",
        "stocks",
        "stock-indicators",
        "quantitative-finance",
        "technical-analysis",
        "algorithmic-trading",
        "portfolios",
        "technical-indicators",
        "quantitative-trading",
        "backtesting",
        "portfolio-management"
    ],
    "author": "Felix Bertram",
    "license": "AGPL-3.0-or-later",
    "devDependencies": {
        "@babel/cli": "^7.15.4",
        "@babel/core": "^7.15.5",
        "@babel/plugin-transform-runtime": "^7.15.0",
        "@babel/preset-env": "^7.15.6",
        "jest": "^27.0.6",
        "prettier": "^2.4.0"
    },
    "dependencies": {
        "@babel/runtime": "^7.15.4",
        "luxon": "^2.0.2",
        "node-fetch": "^2.6.2"
    }
}
