{
    "name": "tiny-img-processor",
    "version": "1.0.0",
    "description": "A set of Javascript utils that processes image",
    "main": "lib/es5/index.js",
    "module": "lib/es6/index.js",
    "types": "lib/es6/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/gtaing1/gigi-image-processor.git"
    },
    "publishConfig": {
        "@Gereltuya:registry": "https://npm.pkg.github.com/"
      },
    "files": [
        "lib",
        "CHANGELOG.md",
        "LICENSE",
        "package.json",
        "README.md"
    ],
    "keywords": [
        "typescript",
        "image-processing",
        "matrix",
        "filter"
    ],
    "author": "Gigi Taing",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/gtaing1/gigi-image-processor/issues"
    },
    "homepage": "https://github.com/gtaing1/gigi-image-processor#readme"
}
