{
    "name": "resourcepacker",
    "version": "1.2.1",
    "description": "Package Minecraft resource packs easily and cleanly from a messy working directory",
    "keywords": [
        "minecraft",
        "resourcepack"
    ],
    "scripts": {
        "prepublish": "tsc"
    },
    "files": [
        "index.js",
        "cli.js"
    ],
    "main": "index.js",
    "bin": {
        "rpkr": "cli.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Nixinova/resourcepacker.git"
    },
    "author": "Nixinova (https://nixinova.com)",
    "bugs": {
        "url": "https://github.com/Nixinova/resourcepacker/issues"
    },
    "license": "ISC",
    "dependencies": {
        "archiver": "^5.2.0",
        "copyfiles": "^2.4.1",
        "glob-move": "^1.0.1",
        "pack-format": "^1.2.0"
    },
    "devDependencies": {
        "@types/node": "^14.14.31",
        "typescript": "^4.2.3"
    }
}
