{
"name": "p3x-tools",
"version": "2019.10.144",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Lazy",
"nodejs": "v12.8.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": "^2019.10.238"
},
"dependencies": {
"commander": "^3.0.0",
"corifeus-utils": "^2019.10.156",
"fs-extra": "^8.1.0",
"github-api": "^3.2.2",
"globby": "^10.0.1",
"ini": "^1.3.5",
"mz": "^2.7.0",
"npm-check-updates": "^3.1.21",
"progress": "^2.0.3",
"tmp-promise": "^2.0.2",
"yamljs": "^0.3.0"
},
"engines": {
"node": ">=10.16.0"
}
}