{
    "name": "img-cat",
    "version": "0.1.1",
    "description": "Displays images in the terminal",
    "keywords": [
        "console",
        "terminal",
        "image",
        "pixel",
        "gif",
        "jpeg",
        "png"
    ],
    "files": [
        "dist",
        "CHANGELOG.md"
    ],
    "scripts": {
        "build": "tsc",
        "prepare": "npm run build",
        "postversion": "git push origin HEAD --follow-tags"
    },
    "main": "./dist/src/index.js",
    "homepage": "https://github.com/wavebeem/img-cat",
    "license": "MIT",
    "author": "Brian Mock <brian@wavebeem.com> (https://wavebeem.com)",
    "bin": "./dist/src/main.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/wavebeem/img-cat"
    },
    "dependencies": {
        "@types/get-pixels": "^3.3.2",
        "cmd-ts": "^0.11.0",
        "get-pixels": "^3.0.1",
        "x256": "0.0.2"
    },
    "devDependencies": {
        "typescript": "^4.8.4",
        "ndarray": "^1.0.19"
    }
}
