{
  "name": "vibe-stocks",
  "version": "1.0.0",
  "description": "Terminal-based stock market viewer with real-time data streaming",
  "main": "index.js",
  "bin": {
    "vibe-stocks": "./bin/vibe-stocks.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "stocks",
    "market",
    "terminal",
    "cli",
    "finance",
    "trading",
    "real-time",
    "sp500"
  ],
  "author": "Shawn Carpenter",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.7",
    "commander": "^11.1.0",
    "ws": "^8.18.0",
    "asciichart": "^1.5.25",
    "dotenv": "^16.6.0",
    "chalk": "^4.1.2",
    "ora": "^5.4.1",
    "boxen": "^5.1.2"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/vibe-stocks.git"
  },
  "homepage": "https://github.com/yourusername/vibe-stocks#readme",
  "preferGlobal": true
}