{ "name": "webi", "version": "0.5.1", "description": "Effortlessly install developer tools with easy-to-remember URLs", "main": "index.js", "homepage": "https://webinstall.dev", "files": [ "scripts/" ], "scripts": { "postinstall": "node scripts/install-webi.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/webinstall/packages" }, "keywords": [ "webi", "webinstall", "install" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "dependencies": { "@root/request": "^1.6.1" } }