RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-tools",
    "version": "2020.4.137",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Lazy",
        "nodejs": "v12.16.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://pages.corifeus.com/tools",
    "devDependencies": {
        "corifeus-builder": "^2020.4.145"
    },
    "dependencies": {
        "commander": "^5.0.0",
        "corifeus-utils": "^2020.4.145",
        "fs-extra": "^9.0.0",
        "github-api": "^3.3.0",
        "globby": "^11.0.0",
        "ini": "^1.3.5",
        "mz": "^2.7.0",
        "npm-check-updates": "^4.1.0",
        "progress": "^2.0.3",
        "tmp-promise": "^2.0.2",
        "yamljs": "^0.3.0"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}