{
  "name": "@orraxyz/orra-protocol",
  "version": "3.3.10-beta",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "yarn && yarn run clean && tsc",
    "prepublishOnly": "yarn build",
    "cli": "tsx cli/index.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "./dist/**/*"
  ],
  "keywords": [
    "solana",
    "blockchain",
    "protocol",
    "orra",
    "Orra Markets",
    "prediction markets",
    "prediction markets on solana",
    "only possible on solana"
  ],
  "author": "Orra Markets",
  "license": "ISC",
  "dependencies": {
    "@coral-xyz/anchor": "0.30.1",
    "@solana/spl-token": "0.4.8",
    "@solana/web3.js": "1.95.3",
    "axios": "1.9.0",
    "bn.js": "5.2.2",
    "bs58": "6.0.0",
    "commander": "^12.1.0"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.0",
    "@types/node": "^24.5.2",
    "@typescript-eslint/eslint-plugin": "6.7.3",
    "@typescript-eslint/parser": "6.7.3",
    "eslint": "8.50.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-plugin-prettier": "5.0.0",
    "prettier": "3.2.4",
    "rimraf": "^5.0.5",
    "tsx": "^4.20.5",
    "typedoc": "0.25.1",
    "typescript": "^5.9.2"
  }
}
