{
  "name": "magnitude-ai",
  "version": "0.0.1",
  "description": "Magnitude e2e testing agent",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "bin": {
    "magnus": "dist/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magnitudedev/magnitude.git"
  },
  "homepage": "https://github.com/magnitudedev/magnitude#readme",
  "bugs": {
    "url": "https://github.com/magnitudedev/magnitude/issues"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "ai",
    "agent",
    "testing",
    "ui-testing",
    "automation",
    "magnitude",
    "typescript"
  ],
  "scripts": {
    "build": "tsc && pkgroll",
    "check": "tsc --noEmit",
    "cli": "bun ./src/cli.ts"
  },
  "author": {
    "name": "Magnitude",
    "email": "founders@magnitude.run",
    "url": "https://magnitude.run"
  },
  "contributors": [
    "Anders Lie <anders@magnitude.run>"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "^22.13.4",
    "pkgroll": "^2.10.0",
    "typescript": "~5.7.2"
  },
  "dependencies": {
    "@boundaryml/baml": "^0.84.4",
    "commander": "^13.1.0",
    "pino": "^9.6.0",
    "playwright": "^1.51.0",
    "sharp": "^0.33.5"
  }
}
