{
"name": "p3x-tools",
"version": "2021.10.153",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Lazy",
"nodejs": "v16.13.0",
"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": "^2021.10.199"
},
"dependencies": {
"commander": "^8.3.0",
"corifeus-utils": "^2021.10.177",
"fs-extra": "^10.0.0",
"github-api": "^3.4.0",
"glob": "^7.2.0",
"glob-promise": "^4.2.2",
"ini": "^2.0.0",
"mz": "^2.7.0",
"npm-check-updates": "^12.0.2",
"progress": "^2.0.3",
"tmp-promise": "^3.0.3",
"yamljs": "^0.3.0"
},
"engines": {
"node": ">=12.13.0"
}
}