{
  "name": "qr-code-overlay",
  "version": "1.0.2",
  "description": "Generates overlay for QR codes.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eyedea-io/qr-code-overlay.git"
  },
  "author": "EYEDEA",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eyedea-io/qr-code-overlay/issues"
  },
  "homepage": "https://github.com/eyedea-io/qr-code-overlay#readme",
  "devDependencies": {
    "typescript": "^3.6.3"
  },
  "dependencies": {
    "@types/jimp": "^0.2.28",
    "@types/node": "^12.7.5",
    "jimp": "^0.8.1"
  }
}
