{
  "name": "laplace-api",
  "version": "5.2.3",
  "description": "Client library for Laplace API for the US stock market and BIST (Istanbul stock market) fundamental financial data.",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Laplace-Analytics/laplace-api-js.git"
  },
  "keywords": [
    "finance",
    "stock",
    "market",
    "stock",
    "price",
    "financial",
    "data",
    "price",
    "chart",
    "price",
    "graph",
    "stock",
    "data",
    "BIST"
  ],
  "author": "Laplace Analytics",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Laplace-Analytics/laplace-api-js/issues"
  },
  "homepage": "https://github.com/Laplace-Analytics/laplace-api-js#readme",
  "dependencies": {
    "@types/uuid": "^10.0.0",
    "axios": "^1.7.7",
    "dotenv": "^16.4.5",
    "envalid": "^8.0.0",
    "event-source-polyfill": "^1.0.31",
    "mongodb": "^6.8.0",
    "uuid": "^10.0.0",
    "winston": "^3.14.2",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/event-source-polyfill": "^1.0.5",
    "@types/jest": "^29.5.12",
    "@types/mongodb": "^4.0.7",
    "@types/node": "^22.5.4",
    "@types/winston": "^2.4.4",
    "@types/ws": "^8.5.13",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.5.4"
  }
}
