{
  "name": "pumpfun-sdk",
  "version": "1.0.3",
  "description": "SDK for interacting with Pump.fun",
  "author": "Synthexlab",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "build": "tsc",
    "prepare": "npm run build",
    "test": "mocha -r ts-node/register tests/**/*.test.ts",
    "lint": "eslint src/ --ext .ts",
    "coverage": "nyc npm test"
  },
  "keywords": [],
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.3.9",
    "@types/mocha": "^10.0.3",
    "@types/sinon": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^7.3.1",
    "@typescript-eslint/parser": "^7.3.1",
    "chai": "^4.5.0",
    "eslint": "^8.57.0",
    "mocha": "^10.3.0",
    "nyc": "^15.1.0",
    "sinon": "^17.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "@solana/spl-token": "^0.4.6",
    "@solana/web3.js": "^1.91.8",
    "axios": "^1.6.8",
    "bs58": "^5.0.0"
  }
}
