{
  "name": "fast-technical-indicators",
  "version": "1.1.4",
  "description": "High-performance technical indicators with zero dependencies - compatible with technicalindicators package",
  "keywords": [
    "technical-indicators",
    "technical-analysis",
    "trading",
    "finance",
    "stocks",
    "crypto",
    "forex",
    "rsi",
    "macd",
    "sma",
    "ema",
    "bollinger-bands",
    "stochastic",
    "momentum",
    "volume",
    "candlestick",
    "zero-dependencies",
    "high-performance"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/santoshkshirsagar/fast-technical-indicators.git"
  },
  "bugs": {
    "url": "https://github.com/santoshkshirsagar/fast-technical-indicators/issues"
  },
  "homepage": "https://github.com/santoshkshirsagar/fast-technical-indicators#readme",
  "license": "MIT",
  "author": "Santosh Kshirsagar",
  "type": "commonjs",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./lib/index.d.ts"
    }
  },
  "files": [
    "dist",
    "lib",
    "README.md"
  ],
  "scripts": {
    "build": "npm run build:lib && npm run build:dist",
    "build:lib": "tsc",
    "build:dist": "rollup -c",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "benchmark": "node benchmarks/run.js"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.19.12",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.57.1",
    "jest": "^29.7.0",
    "rollup": "^4.50.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "technicalindicators": "^3.1.0",
    "ts-jest": "^29.4.1",
    "typescript": "^5.9.2"
  }
}
