{
    "name": "texturepackerify",
    "author": "Oleksii Salazkin",
    "version": "1.4.1",
    "description": "Tool to pack textures into atlases",
    "main": "src/texturepackerify.js",
    "keywords": [
        "texture",
        "packer",
        "texturepacker",
        "texturepackerify",
        "texture-packer",
        "sprites",
        "atlas",
        "textures",
        "build",
        "pack"
    ],
    "bin": {
        "texturepackerify": "./bin/cli.js"
    },
    "homepage": "https://github.com/salazkin/texturepackerify",
    "dependencies": {
        "maxrects-packer": "^2.7.3",
        "sharp": "^0.33.5"
    },
    "license": "MIT"
}