{
  "name": "@banksnussman/venmo",
  "version": "0.1.22",
  "description": "Interact with Venmo from Typescript",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "browser": "./dist/index.global.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bnussman/venmo.git"
  },
  "scripts": {
    "build": "tsup",
    "debug": "playwright test --headed",
    "dev": "tsup --watch"
  },
  "keywords": [
    "venmo",
    "api"
  ],
  "author": "Banks Nussman",
  "volta": {
    "node": "19.4.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.32.2",
    "@types/node": "^18.15.11",
    "@types/uuid": "^9.0.0",
    "tsup": "^6.5.0",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "dotenv": "^16.0.3",
    "graphql": "^16.6.0",
    "graphql-request": "^5.1.0",
    "playwright": "^1.32.2",
    "uuid": "^9.0.0"
  },
  "files": [
    "dist"
  ]
}
