{
  "name": "@cmike444/supply-and-demand-zones",
  "version": "1.0.8",
  "type": "module",
  "description": "A library for identifying supply and demand zones in candlestick data.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "identify-zones": "ts-node scripts/identifyZonesFromFile.ts",
    "convert-to-candle": "ts-node scripts/convertToCandle.ts",
    "version": "git add . && git commit -m 'Release v$npm_package_version' && git tag v$npm_package_version"
  },
  "keywords": [
    "supply",
    "demand",
    "zones",
    "candlestick",
    "trading"
  ],
  "author": "Christopher Mikelson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cmike444/SupplyAndDemand.git"
  },
  "private": false,
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.2",
    "typescript": "^5.0.0"
  }
}
