{
  "name": "@visual-regression-tracker/sdk-js",
  "version": "5.7.1",
  "description": "JavaScript SDK for Visual Regression Tracker",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:cov": "jest --collectCoverage",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Visual-Regression-Tracker/sdk-js.git"
  },
  "engines": {
    "node": ">=18"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Visual-Regression-Tracker/sdk-js/issues"
  },
  "homepage": "https://github.com/Visual-Regression-Tracker/Visual-Regression-Tracker",
  "dependencies": {
    "axios": "^1.6.2",
    "form-data": "^4.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "@types/node": "^20.6.2",
    "jest": "^29.6.2",
    "semantic-release": "^22.0.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
