{
  "name": "coinbase-sdk",
  "version": "1.3.2",
  "description": "Library for Coinbase API",
  "main": "src/index.js",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "npm run build ; jest",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/axotion/coinbase-sdk"
  },
  "keywords": [
    "coinbase",
    "coinbase-api",
    "coinbase-sdk",
    "coinbase-sign-in"
  ],
  "author": "kamilfronczak@pm.me",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.5",
    "jest": "^29.6.2",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  }
}