{
  "name": "sdk_automation",
  "version": "1.0.30",
  "description": "SDK for QA-Portfolio project",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Mybono/qa-portfolio.git"
  },
  "homepage": "https://github.com/Mybono/sdk_automation",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest --coverage",
    "release": "standard-version"
  },
  "dependencies": {
    "dotenv": "^17.2.3",
    "mongodb": "6.8.0",
    "pr-checkmate": "^1.4.1"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/mocha": "^10.0.10",
    "@types/node": "22.8.6",
    "jest": "^29.7.0",
    "ts-jest": "^29.4.5",
    "typescript": "^5.6.3",
    "standard-version": "^9.5.0"
  },
  "keywords": [
    "sdk",
    "automation",
    "typescript",
    "mongodb",
    "qa_automation",
    "testing",
    "jest"
  ],
  "license": "MIT"
}
