{
  "name": "@multicloud-io/multicloud-connection-js",
  "version": "1.0.20",
  "description": "Shared TypeScript/JavaScript library for connecting to Multicloud servers with mTLS authentication",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "multicloud",
    "connection",
    "mtls",
    "authentication",
    "typescript",
    "javascript"
  ],
  "author": "Multicloud Team",
  "license": "MIT",
  "devDependencies": {
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^20.0.0",
    "jest": "^29.0.0",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "@multicloud-io/multicloud-connection-js": "^1.0.12",
    "js-yaml": "^4.1.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/multicloud/multicloud.git",
    "directory": "common/multicloud-connection-js"
  }
}
