{
  "name": "dexpaprika-sdk",
  "version": "1.5.0",
  "description": "JavaScript SDK for the DexPaprika API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "ts-node tests/test-basic.ts",
    "test:migration": "ts-node tests/test-migration.ts",
    "test:all": "npm test && npm run verify && npm run verify:real && ts-node tests/test-token-summary.ts && npm run test:migration",
    "example": "ts-node examples/basic-example.ts",
    "example:cache": "ts-node examples/retry-cache-example.ts",
    "verify": "ts-node tests/test-retry-cache.ts",
    "verify:real": "ts-node tests/test-real-world.ts"
  },
  "keywords": [
    "dexpaprika",
    "defi",
    "dex",
    "sdk",
    "api",
    "cryptocurrency",
    "blockchain",
    "liquidity pools",
    "tokens",
    "ethereum",
    "solana"
  ],
  "author": "Mateusz Sroka <msroka@coinpaprika.com>",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.8.4"
  },
  "devDependencies": {
    "@types/node": "^22.14.1",
    "date-fns": "^4.1.0",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/coinpaprika/dexpaprika-sdk-ts"
  },
  "bugs": {
    "url": "https://github.com/coinpaprika/dexpaprika-sdk-ts/issues"
  },
  "homepage": "https://github.com/coinpaprika/dexpaprika-sdk-ts#readme"
}
