{
  "name": "@yield-tech/sdk-nodejs",
  "version": "0.7.0",
  "description": "The official Yield SDK for Node.js",
  "license": "Apache-2.0",
  "author": "Yield (https://www.paywithyield.com)",
  "homepage": "https://github.com/yield-tech/sdk-nodejs/blob/main/README.md",
  "repository": "github:yield-tech/sdk-nodejs",
  "engines": {
    "node": ">=20.0.0"
  },
  "packageManager": "pnpm@10.11.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "README.md",
    "LICENSE",
    "src",
    "dist"
  ],
  "scripts": {
    "build": "eslint && tsc",
    "test": "tsx --test tests/*.test.ts"
  },
  "devDependencies": {
    "@eslint/js": "^9.27.0",
    "@stylistic/eslint-plugin": "^4.2.0",
    "@types/node": "^22.15.18",
    "eslint": "^9.27.0",
    "globals": "^16.1.0",
    "node-fetch": "^3.3.2",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.32.1"
  }
}
