{
  "name": "skayn-trading-sdk",
  "version": "1.0.31",
  "description": "Professional Bitcoin trading strategy backtesting framework with institutional-grade architecture",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "bitcoin",
    "trading",
    "quantitative",
    "algorithmic",
    "lightning-network",
    "perpetuals",
    "backtesting",
    "ai-trading",
    "trade-orchestration",
    "sdk",
    "plugin-architecture"
  ],
  "author": "Skayn <thebitcoinbeat21@gmail.com>",
  "license": "MIT",
  "homepage": "https://skayn.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaca8602/skayn-ai.git",
    "directory": "sdk"
  },
  "bugs": {
    "url": "https://github.com/jaca8602/skayn-ai/issues"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "axios": "^1.0.0",
    "jest": "^29.0.0",
    "ws": "^8.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "typescript": "^5.9.2"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "example": "node examples/quick-start.js",
    "example:momentum": "node examples/momentum-strategy.js",
    "setup": "echo '✅ Skayn SDK installed successfully. Try: npm run example'",
    "build": "echo 'No build step required'",
    "prepublishOnly": "npm test"
  },
  "bin": {
    "skayn": "./bin/skayn"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "README.md",
    "API.md",
    "jest.config.js",
    "src/",
    "examples/",
    "tests/",
    "bin/"
  ],
  "publishConfig": {
    "access": "public"
  }
}
