{
  "name": "@sschepis/vast-node",
  "version": "0.1.5",
  "description": "Node.js client for Vast.ai API - Rent GPUs for machine learning and AI workloads",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "LICENSE",
    "README.md"
  ], 
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "version": "git add -A src",
    "postversion": "git push && git push --tags",
    "docs": "typedoc --out docs/typedoc src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sschepis/vast-node.git"
  },
  "homepage": "https://github.com/sschepis/vast-node#readme",
  "bugs": {
    "url": "https://github.com/sschepis/vast-node/issues"
  },
  "keywords": [
    "vast.ai",
    "ai",
    "gpu",
    "cloud",
    "machine-learning",
    "deep-learning",
    "pytorch",
    "tensorflow",
    "cuda",
    "rent-gpu"
  ],
  "author": "Vast.ai Node.js SDK Team",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "axios": "^1.6.2",
    "limiter": "^2.1.0",
    "node-ssh": "^13.2.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.25.1",
    "@types/jest": "^29.5.10",
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.12.0",
    "@typescript-eslint/parser": "^6.12.0",
    "eslint": "^8.57.1",
    "globals": "^16.0.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typedoc": "^0.25.3",
    "typescript": "^5.3.2",
    "typescript-eslint": "^8.31.0"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testMatch": [
      "**/tests/**/*.test.ts"
    ],
    "collectCoverage": true,
    "coverageDirectory": "coverage"
  }
}
