{
  "name": "@privy-io/privy-node",
  "version": "0.0.2",
  "description": "Node server-side client for the Privy API",
  "keywords": [
    "privy",
    "privacy",
    "storage",
    "user data",
    "encryption",
    "decryption",
    "cryptography",
    "web3"
  ],
  "homepage": "https://github.com/privy-io/privy-js/tree/main/packages/privy-node",
  "repository": {
    "type": "git",
    "url": "https://github.com/privy-io/privy-js.git",
    "directory": "packages/privy-node"
  },
  "license": "Apache-2.0",
  "exports": {
    ".": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "jest --testMatch \"**/test/unit/**/*.test.ts\"",
    "test-integration": "jest --testMatch \"**/test/integration/**/*.test.ts\""
  },
  "dependencies": {
    "@privy-io/crypto": "0.0.4",
    "axios": "^0.26.1",
    "dotenv": "^16.0.0",
    "form-data": "^4.0.0",
    "handlebars": "^4.7.7",
    "jose": "^4.8.0",
    "jwt-decode": "^3.1.2"
  },
  "engines": {
    "node": ">=14"
  }
}
