RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-tools",
    "version": "2025.4.122",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Lazy",
        "nodejs": "v22.13.1",
        "opencollective": false,
        "reponame": "tools",
        "build": true
    },
    "bin": {
        "p3x": "bin/p3x.js"
    },
    "license": "MIT",
    "description": "💣 Tools",
    "main": "index.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "grunt"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/patrikx3/tools.git"
    },
    "keywords": [
        "tools",
        "unpublish",
        "npm"
    ],
    "author": "Patrik Laszlo <alabard@gmail.com>",
    "bugs": {
        "url": "https://github.com/patrikx3/tools/issues"
    },
    "homepage": "https://corifeus.com/tools",
    "devDependencies": {
        "corifeus-builder": "^2025.4.135",
        "grunt": "^1.6.1"
    },
    "dependencies": {
        "commander": "^13.1.0",
        "corifeus-utils": "^2025.4.123",
        "fs-extra": "^11.3.0",
        "github-api": "^3.4.0",
        "globby": "^14.0.2",
        "ini": "^5.0.0",
        "mz": "^2.7.0",
        "npm-check-updates": "^17.1.14",
        "progress": "^2.0.3",
        "readline": "^1.3.0",
        "tmp-promise": "^3.0.3",
        "yamljs": "^0.3.0"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}