{
  "name": "@lightconexyz/lightcone-sdk",
  "version": "0.7.1",
  "description": "TypeScript SDK for Lightcone",
  "author": "Lightcone",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lightcone-street/lightcone-sdk/tree/main/typescript"
  },
  "homepage": "https://github.com/lightcone-street/lightcone-sdk/tree/main/typescript#readme",
  "bugs": {
    "url": "https://github.com/lightcone-street/lightcone-sdk/tree/main/typescript/issues"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "browser": {
    "./dist/ws/client.node.js": "./dist/ws/client.browser.js"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "typecheck": "tsc --noEmit",
    "typecheck:examples": "tsc --noEmit -p tsconfig.examples.json",
    "test": "npx tsx --test tests/**/*.test.ts",
    "prepublishOnly": "npm run clean && npm run lint && npm run typecheck && npm run typecheck:examples && npm run build"
  },
  "dependencies": {
    "@solana/spl-token": "^0.4.14",
    "@solana/web3.js": "^1.90.0",
    "bs58": "^5.0.0",
    "decimal.js": "^10.6.0",
    "js-sha3": "^0.9.3",
    "sorted-btree": "^2.1.0",
    "tweetnacl": "^1.0.3"
  },
  "optionalDependencies": {
    "ws": "^8.0.0"
  },
  "devDependencies": {
    "@types/ws": "^8.5.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@solana/web3.js": "^1.90.0"
  },
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "solana",
    "pinocchio",
    "lightcone",
    "defi",
    "web3",
    "orderbook",
    "clob"
  ]
}
