{
  "name": "poparazzi-private-api",
  "version": "0.2.3",
  "description": "An open source implementation of the Poparazzi private Web API.",
  "main": "build/index.js",
  "types": "build/@types",
  "repository": {
    "type": "git",
    "url": "https://github.com/Max-Rodriguez/poparazzi-private-api.git"
  },
  "keywords": [
    "poparazzi", "client", "api", "implementation", "sdk"
  ],
  "author": "Max Rodriguez <max@max-rodriguez.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Max-Rodriguez/poparazzi-private-api/issues"
  },
  "homepage": "https://github.com/Max-Rodriguez/poparazzi-private-api",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "examples": "tsc -p tsconfig.examples.json"
  },
  "dependencies": {
    "node-fetch": "2.6.7",
    "ws": "^8.8.0"
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "@types/node-fetch": "2",
    "@types/ws": "^8.5.3",
    "typescript": "^4.7.4"
  }
}
