{
  "name": "@tapsioss/ripple-node",
  "version": "2.2.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "keywords": [
    "ripple",
    "sdk",
    "typescript",
    "node",
    "nodejs",
    "event-tracking",
    "event-logging"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tap30/ripple-ts.git",
    "directory": "packages/node"
  },
  "bugs": {
    "url": "https://github.com/Tap30/ripple-ts/issues"
  },
  "scripts": {
    "test": "vitest run --root .",
    "test:watch": "vitest --root .",
    "build": "tsdown",
    "release": "pnpm publish . --tag latest --access public --no-git-checks"
  }
}