{
    "name": "html-element-to-image",
    "version": "2.1.1",
    "description": "Capture a image from any given HTML element, fast.",
    "main": "dist/index.js",
    "repository": "https://github.com/Hammster/html-element-to-image",
    "author": "Hans Koch <Hammster>",
    "license": "MIT",
    "types": "./types/index.d.ts",
    "scripts": {
        "build": "tsc && rollup -c rollup.config.js --compact"
    },
    "devDependencies": {
        "rollup": "^1.29.0",
        "rollup-plugin-terser": "^5.1.3",
        "tslint": "^5.20.1",
        "tslint-config-standard": "^9.0.0",
        "typescript": "^3.7.4"
    }
}
