{
    "name": "@epascal/opencv-ts",
    "version": "1.3.7",
    "main": "src/opencv.js",
    "types": "src/opencv.d.ts",
    "description": "This package is a work in progress to translate opencv with a typescript definition",
    "license": "MIT",
    "dependencies": {
        "typescript": "^4.2.3"
    },
    "keywords": [
        "typescript",
        "opencvjs",
        "opencv"
    ],
    "author": "Grant Davidson",
    "repository": {
        "type": "git",
        "url": "https://github.com/theothergrantdavidson/opencv-ts"
    },
    "browser": {
        "fs": false,
        "crypto": false,
        "path": false
    }
}
