{
  "name": "waldo-lib",
  "version": "2.0.4",
  "author": "tinkertoe",
  "license": "GPL-3.0-only",
  "description": "Javascript library for fast and simple template matching without weird opencv bindings",
  "keywords": [
    "cv",
    "opencv",
    "template matching",
    "image search"
  ],
  "homepage": "https://github.com/tinkertoe/waldo-lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/tinkertoe/waldo-lib"
  },
  "bugs": {
    "url": "https://github.com/tinkertoe/waldo-lib/issues"
  },
  "source": "src/v2/index.ts",
  "main": "dist/main.js",
  "module": "dist/module.js",
  "types": "dist/types.d.ts",
  "files": [
    "./package.json",
    "./dist",
    "./README.md",
    "./LICENSE.txt"
  ],
  "dependencies": {
    "twgl.js": "^4.24.0"
  },
  "devDependencies": {
    "@parcel/packager-ts": "2.7.0",
    "@parcel/transformer-typescript-types": "2.7.0",
    "@types/gl": "^4.1.1",
    "@types/jest": "^28.1.6",
    "@types/node": "^18.7.14",
    "gl": "^5.0.3",
    "gpu.js": "^2.15.2",
    "jest": ">=28.0.0 <29.0.0-0",
    "parcel": "^2.7.0",
    "ts-jest": "^28.0.7",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.9",
    "typescript": "^4.7.4"
  },
  "scripts": {
    "build": "parcel build",
    "test": "jest",
    "docs": "typedoc ./src/v2/index.ts",
    "prepublishOnly": "jest && typedoc ./src/v2/index.ts && parcel build"
  }
}
