{
  "name": "@rollbar/wizard",
  "version": "1.0.0",
  "description": "Automated setup wizard for Rollbar Next.js integration",
  "keywords": [
    "rollbar",
    "nextjs",
    "error-tracking",
    "session-replay",
    "wizard",
    "setup"
  ],
  "homepage": "https://github.com/rollbar/rollbar-wizard#readme",
  "bugs": {
    "url": "https://github.com/rollbar/rollbar-wizard/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rollbar/rollbar-wizard.git"
  },
  "license": "MIT",
  "author": "Rollbar",
  "type": "commonjs",
  "main": "index.js",
  "bin": {
    "rollbar-wizard": "bin/rollbar-wizard.js"
  },
  "files": [
    "dist/",
    "bin/",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest",
    "lint": "eslint . --ext .ts,.js",
    "format": "prettier --write ."
  },
  "dependencies": {
    "@clack/prompts": "^0.7.0",
    "chalk": "^4.1.2",
    "commander": "^9.4.1",
    "fs-extra": "^11.1.1",
    "ora": "^6.3.1",
    "prompts": "^2.4.2"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.1",
    "@types/node": "^18.17.0",
    "@types/prompts": "^2.4.4",
    "@typescript-eslint/eslint-plugin": "^6.2.0",
    "@typescript-eslint/parser": "^6.2.0",
    "eslint": "^8.45.0",
    "prettier": "^3.0.0",
    "typescript": "^5.1.6",
    "vitest": "^0.34.1"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
