{
  "name": "feedback-ai",
  "version": "0.2.1",
  "private": false,
  "description": "A framework-agnostic feedback widget with screenshot and annotation capabilities",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "demo": "node demo/server.js",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "feedback",
    "screenshot",
    "annotation",
    "widget",
    "ui",
    "user-feedback",
    "feedback-widget",
    "feedback-tool",
    "feedback-ai",
    "frontend-feedback",
    "frontend-feedback-tool",
    "frontend-feedback-widget",
    "frontend-feedback-ai",
    "startup-feedback",
    "startup-feedback-tool",
    "startup-feedback-widget",
    "startup-feedback-ai"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/feedback-ai.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/feedback-ai/issues"
  },
  "homepage": "https://github.com/yourusername/feedback-ai#readme",
  "dependencies": {
    "html2canvas": "^1.4.1",
    "express": "^4.18.2",
    "@sendgrid/mail": "^7.7.0",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^29.5.0",
    "@types/testing-library__jest-dom": "^5.14.5",
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.59.0",
    "eslint": "^8.38.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "prettier": "^2.8.7",
    "rollup": "^2.79.1",
    "rollup-plugin-typescript2": "^0.31.2",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "express": "^4.18.2",
    "@sendgrid/mail": "^7.7.0"
  }
}
