{
  "name": "@sendsafely/sendsafely",
  "version": "4.0.1",
  "main": "./lib/SendSafely.js",
  "files": [
    "lib/"
  ],
  "types": "./lib/SendSafely.d.ts",
  "engines": {
    "node": ">=24.14.1",
    "npm": ">=11.10.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "SendSafely",
  "license": "Apache-2.0",
  "description": "The SendSafely JavaScript SDK for Node.js lets you integrate SendSafely secure data transfer capabilities directly into your Node.js application.",
  "dependencies": {
    "openpgp": "6.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SendSafely/JavaScript-Node-Client-API.git"
  },
  "keywords": [
    "sendsafely",
    "secure file transfer",
    "end to end encryption",
    "platform integration"
  ],
  "bugs": {
    "url": "https://github.com/SendSafely/JavaScript-Node-Client-API/issues"
  },
  "homepage": "https://github.com/SendSafely/JavaScript-Node-Client-API#readme"
}
