{
  "name": "@triadxyz/triad-protocol",
  "version": "3.1.2-beta",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "yarn run clean && tsc",
    "prepublishOnly": "yarn build"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "./dist/**/*"
  ],
  "keywords": [
    "solana",
    "blockchain",
    "protocol",
    "triad",
    "Triad Markets",
    "prediction markets",
    "prediction markets on solana",
    "only possible on solana"
  ],
  "author": "Triad 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"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "6.7.3",
    "@typescript-eslint/parser": "6.7.3",
    "@types/bn.js": "^5.1.0",
    "eslint": "8.50.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-plugin-prettier": "5.0.0",
    "prettier": "3.2.4",
    "rimraf": "^5.0.5",
    "typedoc": "0.25.1",
    "typescript": "5.2.2"
  }
}
